Skip to content

Releases: keithamus/sort-package-json

v1.18.0

24 Jan 15:32
Compare
Choose a tag to compare

1.18.0 (2019-01-24)

Features

v1.17.1

17 Dec 12:39
Compare
Choose a tag to compare

1.17.1 (2018-12-17)

Bug Fixes

  • colocate browser field with other entrypoints (#51) (4c88174)

v1.17.0

03 Dec 21:14
Compare
Choose a tag to compare
feat: Keep the "pre" when sorting certain scripts (#50)

* feat: Keep the "pre" when sorting certain scripts

Before, "prepare" was being sorted as if it was named "pare" and
"prettier" was being sorted as if it was named "ttier". These scripts
are now sorted as is. This is done via a blacklist, so other similar
scripts could be added later.

* feat: Only omit "pre" or "post" based on a whitelist

The whitelist contains the default scripts defined in
https://docs.npmjs.com/misc/scripts plus any scripts in the package.json
that appear as a suffix of another script in the same package.json.

1.7.0 (2017-06-08)

09 Jun 00:26
Compare
Choose a tag to compare

<a name"1.7.0">

1.7.0 (2017-06-08)

Features

  • feat: add module, which is the new jsnext:main (#16) (1688c95)

v1.6.1

24 Apr 05:37
Compare
Choose a tag to compare

<a name"1.6.1">

1.6.1 (2017-04-24)

Bug Fixes

v1.6.0

04 Apr 20:48
Compare
Choose a tag to compare

<a name"1.6.0">

1.6.0 (2017-04-04)

Features

  • only sort unsorted package.json file. (#14) (415bfa42)

v1.5.0

29 Jan 21:21
Compare
Choose a tag to compare

<a name"1.5.0">

1.5.0 (2017-01-29)

Features

  • support "types" and "typings" from TypeScript (#10) (df116011)

v1.4.0

15 Mar 15:39
Compare
Choose a tag to compare

<a name"1.4.0">

1.4.0 (2016-03-15)

Features

v1.3.0

14 Feb 17:12
Compare
Choose a tag to compare

<a name"1.3.0">

1.3.0 (2016-02-14)

Features

  • retain newlines in string jsons (1cc5b75a)

v1.2.0

22 Jan 08:54
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-01-22)

Features