Skip to content

Releases: oblador/diglett

v4.1.1

02 Oct 13:36
Compare
Choose a tag to compare

What's Changed

  • Add support for single char packages in yarn berry by @VasuLief in #29

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

11 Jul 15:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

4.0.0

02 Mar 21:21
Compare
Choose a tag to compare

Improvements

  • Breaking change: Packages in a yarn workspace that is only listed as devDependencies to other packages in the workspace now count as a devDependency.
  • Package names are now sorted alphabetically.

3.0.0

01 Mar 22:52
Compare
Choose a tag to compare

Actually not as big change as the version implies, but a bug fix changes the behaviour slightly for yarn workspaces to hence making a major bump.

Improvements

  • Better error messages for stale lockfiles.
  • Include dependencies defined in yarn workspace root package.

2.1.0

04 Feb 23:47
Compare
Choose a tag to compare
  • Support for npm projects via the diglett npm command.

2.0.0

01 Feb 11:21
Compare
Choose a tag to compare
  • Support for yarn workspaces using diglett yarn-workspace.
  • BREAKING: Regular yarn packages now need to add subcommand. Before: diglett, now: diglett yarn.