Skip to content

Releases: JamieMason/syncpack

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.

2.0.1

29 Apr 15:33
Compare
Choose a tag to compare

2.0.1 (2018-04-29)

Bug Fixes

  • core: ensure pattern overrides are read (7513ba5)

2.0.0

29 Apr 14:54
Compare
Choose a tag to compare

2.0.0 (2018-04-29)

Features

  • core: support multiple glob patterns (a2b5af0), closes #5 #6

BREAKING CHANGES

  • core: --packages option replaced with variadic arguments

1.3.2

28 Apr 20:31
Compare
Choose a tag to compare

1.3.2 (2018-04-28)

Features

  • core: add set-semver-ranges command (4d206b9)

1.2.2

10 Feb 12:20
Compare
Choose a tag to compare

1.2.2 (2018-02-10)

Features

  • core: add format command (bae1133)
  • core: output current version (e53cd99)

1.0.2

10 Feb 12:19
Compare
Choose a tag to compare

1.0.2 (2018-02-02)

1.0.1

10 Feb 12:19
Compare
Choose a tag to compare

1.0.1 (2018-02-02)

Bug Fixes

  • core: correct paths to binaries (5682cd6)

1.0.0

10 Feb 12:19
Compare
Choose a tag to compare

1.0.0 (2018-02-02)

Bug Fixes

  • core: correctly check a file is package.json (d1da609)
  • core: handle missing dependency maps (372aa68)
  • core: handle semver ranges containing 1.x.x (a0f8f56)

Features

  • core: add fix-mismatches command (4793f1f)
  • core: add list command (3b29176)
  • core: add list-mismatches command (735ad2b)
  • core: update command line API (de8dcb2)

BREAKING CHANGES

  • core: The previous commands have been replaced.

0.3.1

10 Feb 12:19
Compare
Choose a tag to compare

0.3.1 (2017-08-23)

Bug Fixes

  • copy-values: write results to disk (a641de4)