Skip to content

Releases: deinsoftware/swpm

2.6.0

26 Dec 17:00
2f773ba
Compare
Choose a tag to compare

Changed

Updated

  • Bump package versions

2.5.2

31 Oct 23:14
31cd323
Compare
Choose a tag to compare

Fixed

  • volta version detection when not installed
  • if volta was not installed don't take in care the volta pin version on package.json

2.5.1

19 Oct 15:22
ccd69c4
Compare
Choose a tag to compare

Fixed

  • get repository url when using ssh uri

Added

  • repository helpers unit test

2.5.0

19 Oct 11:10
64a080c
Compare
Choose a tag to compare

Changed

  • typescript strict configuration
  • bump package versions

Fixed

  • --global flag position on yarn and yarn@berry with interactive command

Added

  • e2e testing for complete set of commands and aliases

2.4.0

16 Oct 22:39
0c5950a
Compare
Choose a tag to compare

Added

  • prompt to continue excluding incompatible flags
  • e2e testing for install and add commands

Fixed

  • global flag position on yarn and yarn@berry
  • package parameter on add command

2.3.1

05 Oct 04:14
17073cc
Compare
Choose a tag to compare

Fixed

  • avoid open and clean finish as package manager translation

2.3.0

26 Sep 22:30
8e309be
Compare
Choose a tag to compare

Added

  • bun command and flags included in new version

2.2.1

26 Sep 13:59
73ef5b1
Compare
Choose a tag to compare

2.2.1 - 2023/09/26

Fixed

  • Readme title

2.2.0 - 2023/09/26

Changed

  • --use and --pin flag now ask to the user if want to run the set version command for yarn

2.1.0 - 2023/09/25

Added

  • open command to easy access the file explorer or open repository urls in the browser

2.0.0 - 2023/09/21

Changed

  • full migration from JavaScript to TypeScript
  • frozen translation for bun package manager
  • priority order detection giving priority to lock file of global environment

Fixed

  • sequential delete folder and files previous install packages when are called from alias with multiple commands
  • info flag also works when no package manager was detected

Added

  • ask to transform install to add command when install is used to add packages
  • spinner progress when deleting folders or files using the clean command
  • unit test on helpers files and functions
  • unpin flag
  • check if pinned package manager is already installed

2.2.0

26 Sep 13:54
151945e
Compare
Choose a tag to compare

2.2.0 - 2023/09/26

Changed

  • --use and --pin flag now ask to the user if want to run the set version command for yarn

2.1.0 - 2023/09/25

Added

  • open command to easy access the file explorer or open repository urls in the browser

2.0.0 - 2023/09/21

Changed

  • full migration from JavaScript to TypeScript
  • frozen translation for bun package manager
  • priority order detection giving priority to lock file of global environment

Fixed

  • sequential delete folder and files previous install packages when are called from alias with multiple commands
  • info flag also works when no package manager was detected

Added

  • ask to transform install to add command when install is used to add packages
  • spinner progress when deleting folders or files using the clean command
  • unit test on helpers files and functions
  • unpin flag
  • check if pinned package manager is already installed

1.12.1

22 Sep 03:17
Compare
Choose a tag to compare

Fixed

  • beta wrong publishing