Releases: amazon-ion/ion-java-path-extraction
Releases · amazon-ion/ion-java-path-extraction
v1.5.0
- Fixes #31
- Makes it simpler to build extractions programmatically
- Adds optional Strict Typing to "strict" Extractor
v.1.4.0
Adds a more optimized "strict" PathExtractor implementation.
v1.3.1
Bug Fix:
- Fixed a bug that caused an error when evaluating a second path against a binary Ion value that matched a previous path. (#21)
v1.3.0
- Adds the
PathExtractor#matchCurrentValue
API, allowing users to match only the value at which the IonReader
is currently positioned.
- Moved to a new Sonatype URL for publishing.
v1.2.0
- Moves to new groupId and namespace
- Uses new com.amazon.ion:ion-java
- Support for annotations
full list of changes: v1.1.0...v1.2.0
v1.1.0
Adds an optional callback context and makes default implementations thread safe.