v0.6.2
0.6.2 (13 July 2023)
- fixed: Fixed an issue in the evaluation of
SingularQuery
s that was producing false positive query results when relative singular queries, e.g.,@.bar
, were being used as comparables in a filter, e.g.,$.foo[?(@.bar == 'baz')]
(#50)