Releases: jsonquerylang/jsonquery
Releases · jsonquerylang/jsonquery
v3.0.5
3.0.5 (2024-09-23)
Bug Fixes
- export type definitions like
JSONQuery
and JSONQueryOptions
(a263084)
v3.0.4
3.0.4 (2024-09-23)
Bug Fixes
v3.0.2
3.0.2 (2024-09-23)
Bug Fixes
- TypeScript definitions of
stringify
, parse
, and buildFunction
not exported (c8aa2d3)
v3.0.1
3.0.1 (2024-09-23)
Bug Fixes
- ignore linting of package.json (gives issues during release) (d07b86b)
v2.0.0
2.0.0 (2024-09-13)
Bug Fixes
- refactor function
get
to accept only one argument (b0ee531)
- refactor function
pick
to accept JSONQueryProperty
(e00b9ed)
Features
BREAKING CHANGES
- All functions now require to use an explicit property getter
["get", prop]
instead of an implicit string or array.
v1.6.0
1.6.0 (2024-09-02)
Features
- publish on npm as @jsonquerylang/jsonquery (4fcb2d7)
v1.3.0
1.3.0 (2024-08-30)
Features
- implement support for filter without a condition without brackets (f78af9b)
v1.2.0
1.2.0 (2024-08-30)
Features
- attach a stack trace to errors at
error.jsonquery
(274609c)
v1.1.6
1.1.6 (2024-08-28)
Bug Fixes