Skip to content

Releases: sanack/node-jq

v2.0.0

06 Jul 15:19
Compare
Choose a tag to compare

2.0.0 (2021-07-06)

Features

BREAKING CHANGES

  • 8de306b: allow json array as input

v1.12.0

08 Jan 08:57
Compare
Choose a tag to compare

1.12.0 (2021-01-08)

Features

  • core: Format code to publish a new version automatic (1c182c4)

v1.11.3

23 Oct 15:48
d4f6596
Compare
Choose a tag to compare

1.11.3 (2020-10-23)

Bug Fixes

v1.11.2

01 Sep 09:12
f41bf68
Compare
Choose a tag to compare

1.11.2 (2020-09-01)

Bug Fixes

  • fix typo when using NODE_JQ_SKIP_INSTALL_BINARY (#323) (f41bf68)

v1.11.1

11 May 14:16
569b559
Compare
Choose a tag to compare

1.11.1 (2020-05-11)

Bug Fixes

  • typescript: Added input to IOptions to resolve issue #299 (d875c30)

v1.11.0

07 Nov 16:30
Compare
Choose a tag to compare

1.11.0 (2019-11-07)

Features

  • typescript definition support (c61427f)
  • use Joi library for validation, new JQ class (675fd64)

v1.10.3

12 Aug 13:58
70c464b
Compare
Choose a tag to compare

1.10.3 (2019-08-12)

Bug Fixes

  • security: remove unused tap-diff package (ed10309)

v1.10.2

12 Aug 13:26
9375b2e
Compare
Choose a tag to compare

1.10.2 (2019-08-12)

Bug Fixes

  • security: replace unmaintained isparta with nyc (d158d73)

v1.10.1

01 Aug 12:40
02fa26d
Compare
Choose a tag to compare

1.10.1 (2019-08-01)

Bug Fixes

  • jq-core: check test output value (f1abdfd)
  • stdin: throw errors on invalid input (1cad9fe)

v1.10.0

30 Jul 11:07
1891622
Compare
Choose a tag to compare
v1.10.0 Pre-release
Pre-release

1.10.0 (2019-07-30)

Don't use this release! Use v1.10.1 or newer instead.

This release causes jq to hang in certain cases of JSON input, such as undefined, null or empty string input. stdin will wait for input forever (or until a timeout occurs.

Features

  • stdin: pass json input to stdin instead of null-input (ced9c6d)