Skip to content

Releases: jsonquerylang/jsonquery

v3.0.5

23 Sep 14:59
Compare
Choose a tag to compare

3.0.5 (2024-09-23)

Bug Fixes

  • export type definitions like JSONQuery and JSONQueryOptions (a263084)

v3.0.4

23 Sep 14:51
Compare
Choose a tag to compare

3.0.4 (2024-09-23)

Bug Fixes

v3.0.2

23 Sep 14:39
Compare
Choose a tag to compare

3.0.2 (2024-09-23)

Bug Fixes

  • TypeScript definitions of stringify, parse, and buildFunction not exported (c8aa2d3)

v3.0.1

23 Sep 12:27
Compare
Choose a tag to compare

3.0.1 (2024-09-23)

Bug Fixes

  • ignore linting of package.json (gives issues during release) (d07b86b)

v2.0.0

13 Sep 14:14
db8e1e6
Compare
Choose a tag to compare

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

02 Sep 07:26
Compare
Choose a tag to compare

1.6.0 (2024-09-02)

Features

  • publish on npm as @jsonquerylang/jsonquery (4fcb2d7)

v1.3.0

30 Aug 16:45
Compare
Choose a tag to compare

1.3.0 (2024-08-30)

Features

  • implement support for filter without a condition without brackets (f78af9b)

v1.2.0

30 Aug 12:18
Compare
Choose a tag to compare

1.2.0 (2024-08-30)

Features

  • attach a stack trace to errors at error.jsonquery (274609c)

v1.1.6

28 Aug 15:08
Compare
Choose a tag to compare

1.1.6 (2024-08-28)

Bug Fixes