Skip to content

v1.0.0

Compare
Choose a tag to compare
@scinos scinos released this 31 Oct 05:47
· 281 commits to master since this release

1.0.0

Breaking

  • Renamed project from yarn-tools to yarn-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)