Releases: mattbishop/sql-jsonpath-js
Releases · mattbishop/sql-jsonpath-js
1.0.0
This is a major release, with API changes.
- Remove
query()
method as it offers no significant value. - Improve
exists()
so that if it is passed a single value, it will return a boolean instead of an iterator. It will still consume a value iterator, and in that case return an iterator of booleans. - Fixed a spec compliance bug where Array inputs were treated as iterable inputs instead of single values. In lax mode, the array value will be unwrapped as expected, but in strict mode, they will be processed as a single value.