Skip to content

1.0.1

Choose a tag to compare

@SoftCreatR SoftCreatR released this 15 Jan 00:04
· 1 commit to main since this release
23d04a3
  • Aligned the query runner and lexer with the JSONPath comparison suite: JSON documents are now decoded as objects to preserve {} vs [], unsupported selectors no longer abort the runner, and dot-notation now accepts quoted keys with dots/spaces/leading @.
  • Hardened filter parsing: boolean-only filters (?(true|false|null)), literal short-circuiting (&& false, || true), and empty filters now return the expected collections instead of throwing.
  • Slice filters gracefully skip non-countable objects.

Full Changelog: 1.0.0...1.0.1