Releases: JamieMason/syncpack
Releases · JamieMason/syncpack
3.3.0
3.0.0
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
2.0.0
1.3.2
1.2.2
1.0.2
1.0.1
1.0.0
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.