Releases: scinos/yarn-deduplicate
Releases · scinos/yarn-deduplicate
v2.0.0
v1.2.0
Edit: Do not use. It breaks Node 8 compatiblity. Use 2.0.0 instead
Added
- TypeScript definitions (thanks to @bluelovers)
- Info about the source of duplication to README
- CLI option to exclude packages (thanks to @JacobBlomgren)
- Updated a bunch of dependencies
v1.1.1
v1.1.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0
Breaking
- Renamed project from
yarn-tools
toyarn-deduplicate
- CLI unification (see Migration to 1.0 guide)
- Save changes back to
yarn.lock
by default (thanks to @felipemsantana)
Added
- Added an option to specify the strategy when deduping files
- Support for packages without the
@<version>
part - Support for non-semver versions, like
<package>@next
Changed
- Do not change the order of integrity field (thanks to @lukebatchelor)
Chores
- Added support to CircleCI (thanks to @lukebatchelor)
- Moved repo from BitBucket to GitHub
- Bumped
@yarnpkg/lockfile
to 1.1.0 (thanks to @lukebatchelor) - Added 'dedupe' as package keyword (thanks to @gfx)