Skip to content

Version 1.1.1

Compare
Choose a tag to compare
@jg-rp jg-rp released this 12 Mar 07:13
· 71 commits to main since this release

Fixes

  • Fixed evaluation of JSONPath singular queries when they appear in a logical expression and without a comparison operator. Previously we were evaluating logical expressions with the value held by the single element node list, now we treat such filter queries as existence tests. See #57.