All notable changes to this package are documented in this file. This project adheres to Haskell PVP versioning.
- #43, Fix spaces not allowed in relative query and singular query segments
- #50, Fix wrong normalized path with descendant segment
- #30, Fix escape characters not handled properly in normalized path
- #31, Fix
test/cts.json
not included in hackage bundle
- Always return
Vector Value
- Implement Filter Selector
- Introduce JSONPath Standard Compliance Testing, See: test-suite
- Add function
queryLocated
which also returns node locations
- Remove dependency on
protolude
- Fix parsing bug with Wildcard Selector
- Implement Descendant Segment
- Fix allowed characters in the
member-name-shorthand
- Add
QuasiQuoter
for compile-time syntax checking
- Initial Release