Skip to content

Releases: tillig/json-sort-cli

v2.0.2

21 Oct 23:12
Compare
Choose a tag to compare

What's Changed

  • Pin Node 20.18.0 to work around ekalinin/nodeenv#371. Without pinning a Node version, the hook will fail to install. This affects all Node-based hooks. Likely this will be reverted when a fix is available.
  • Bump diff from 6.0.0 to 7.0.0.
  • Bump eslint from 9.9.1 to 9.13.0.
  • Bump eslint-plugin-jsdoc from 50.2.2 to 50.4.3.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 Sep 14:44
Compare
Choose a tag to compare

What's Changed

  • Removed local .npmrc to allow pre-commit to restore packages based on user/system settings.
  • Bump eslint-plugin-jsdoc from 48.7.0 to 50.2.2.
  • Bump eslint-plugin-mocha from 10.4.3 to 10.5.0.
  • Bump mocha from 10.6.0 to 10.7.3.
  • Bump eslint from 9.7.0 to 9.9.1.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Jul 15:33
Compare
Choose a tag to compare

Breaking

Increased minimum Node engine to 20.

What's Changed

  • Bump eslint from 8.57.0 to 9.7.0.
  • Bump eslint-plugin-jsdoc from 48.2.1 to 48.7.0.
  • Bump eslint-plugin-mocha from 10.4.2 to 10.4.3.
  • Bump glob from 10.3.10 to 11.0.0

Full Changelog: v1.1.1...v2.0.0

v1.1.1

18 Mar 17:04
Compare
Choose a tag to compare

What's Changed

  • Fixed handling of --indent-size to correctly parse numeric inputs. (#39)
  • Bump json-stable-stringify from 1.0.2 to 1.1.1.
  • Bump diff from 5.1.0 to 5.2.0.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Nov 22:43
Compare
Choose a tag to compare

Add diff to determine if the sort changes are whitespace or structural. Console log messages will say what type of change is happening. This helps determine what is seen as "changed" if, visually, it's not obvious what happened.

First release!

21 Aug 16:25
02d92b1
Compare
Choose a tag to compare

First release! Check out the README for usage info.