Skip to content

Releases: JamieMason/syncpack

4.4.2

06 May 16:07
Compare
Choose a tag to compare

4.4.2 (2019-05-06)

Bug Fixes

  • filter: --filter is a string, not a boolean (5587f2b)

4.4.1

29 Apr 20:24
Compare
Choose a tag to compare

4.4.1 (2019-04-29)

Features

  • options: add dependency filter regex (9df5684)

4.3.1

03 Feb 15:05
Compare
Choose a tag to compare

4.3.1 (2019-02-03)

Features

  • fix-mismatches: output which files are (un)changed
    (a79b078)
  • format: output which files are (un)changed
    (3a08a7a)
  • list: sort output alphabetically
    (f61bde4)

4.0.1

14 Jan 14:22
Compare
Choose a tag to compare

4.0.1 (2019-01-14)

Bug Fixes

  • ci: cannot read property concat of undefined (46a45e2), closes #16

4.0.0

11 Jan 08:43
Compare
Choose a tag to compare

4.0.0 (2019-01-11)

Bug Fixes

  • node: support Node.js 8.x or newer
    (c71009e)
  • npm: update dependencies
    (23b02e3), closes
    #15

BREAKING CHANGES

  • node: Support Node.js 8.x or newer, Transitive Dependency ip-regex@3.0.0
    supports node ">=8".

3.5.2

07 Jan 22:40
Compare
Choose a tag to compare

3.5.2 (2019-01-07)

Bug Fixes

  • core: improve handling of non-semver versions (9e1176a), closes #14
  • npm: update dependencies (09d9f04)

3.5.0

07 Jan 09:22
Compare
Choose a tag to compare

3.5.0 (2018-10-29)

Features

  • cli: improve --help output and examples
    (dfe6274)

3.4.0

07 Jan 09:22
Compare
Choose a tag to compare

3.4.0 (2018-10-28)

Features

  • cli: read sources from lerna.json if present
    (77b90eb), closes
    #11

3.3.0

07 Jan 09:21
Compare
Choose a tag to compare

3.3.0 (2018-10-28)

Features

  • cli: specify dependency types as options
    (ec5ef6b), closes
    #10
  • cli: specify indentation as option
    (8b408bd), closes
    #12
  • format: sort contributors alphabetically
    (935ffcf)

Performance Improvements

3.0.0

18 Sep 16:22
Compare
Choose a tag to compare

3.0.0 (2018-08-25)

Features

  • bin: override package locations using repeatable --source options (5dbcfd4)
  • list-mismatches: return exit code on finding mismatches (06958c6)

BREAKING CHANGES

  • bin: Previously the location of package.json files could be overridden like so:
syncpack list './package.json' './packages/*/package.json'

This is now done using a repeatable --source option:

syncpack list --source './package.json' --source './packages/*/package.json'

This change is to make way for new commands which will also require an
overridable --target option.