Releases: JamieMason/syncpack
Releases · JamieMason/syncpack
4.4.2
4.4.2 (2019-05-06)
Bug Fixes
- filter: --filter is a string, not a boolean (5587f2b)
4.4.1
4.4.1 (2019-04-29)
Features
- options: add dependency filter regex (9df5684)
4.3.1
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
4.0.1 (2019-01-14)
Bug Fixes
- ci: cannot read property concat of undefined (46a45e2), closes #16
4.0.0
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
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
3.5.0 (2018-10-29)
Features
- cli: improve --help output and examples
(dfe6274)
3.4.0
3.4.0 (2018-10-28)
Features
- cli: read sources from lerna.json if present
(77b90eb), closes
#11
3.3.0
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
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.