Skip to content

Releases: deinsoftware/swpm

1.10.0

29 Apr 02:28
6b582b5

Choose a tag to compare

Added

  • yarn classic and berry support
  • automatic set yarn version for pin and use flags
  • added pin yarn@berry and clean+install alias
  • alternatives on readme

Changed

  • chaining commands using promises
  • clean command including the yarn@berry files and folders

1.9.1

14 Apr 05:33
d99b45c

Choose a tag to compare

Fixed

  • Readme command for global and alias pin

Changed

  • Performance improvement. Changing the command execution for each Package Manager directly on swpx process before the showCommand and runCommand methods

1.9.0

11 Apr 23:09
17a72d1

Choose a tag to compare

Added

  • Run swpm commands from subdirectories and workspace packages by @TylerBarnes

Changed

  • Update some package versions

Fixed

  • --frozen flag translation on install command
  • add new filter for --global flag on install command
  • undefined value on update current version message

1.8.0

28 Mar 13:46
8d5bb6f

Choose a tag to compare

Added

  • --dist flag to clean command

1.7.2

12 Mar 23:27
617a77a

Choose a tag to compare

Changed

  • sc command alias to scr to avoid conflicts with the sc command for the Service Control Manger

1.7.1

09 Mar 01:52
17ed64b

Choose a tag to compare

Fixed

  • Auto update message

1.7.0

09 Mar 00:08
f90a28a

Choose a tag to compare

Added

  • sc alias for create
  • install command on each package manager

Changed

  • example image adding bun
  • auto update interval verification and global flag

Fixed

  • install global packages with volta, check if is installed and not if is pinned

1.6.0

08 Mar 13:31
7a72190

Choose a tag to compare

Added

  • srg alias for remove global

1.5.1

08 Mar 01:43
5970808

Choose a tag to compare

Fixed

  • added a patch to avoid issue on volta when install or uninstall global packages
  • revert add command transformed to install on npm package
  • volta pin detection including the same package validation

1.5.0

28 Feb 22:29
d107a90

Choose a tag to compare

Changed

  • ignoring files to shrink the final build

Added

  • pack command example on README