Skip to content

Releases: nebrelbug/npm-to-yarn

v3.0.0

29 Aug 09:58
Compare
Choose a tag to compare

TL;DR

  • Thanks to @Jay-Karia, we added support for converting npx commands!
  • Other updates include changes to the README + documentation updates

Commits

  • chore: build, format 84e5a06
  • Merge branch 'Jay-Karia-feat/npx-conversions' ef16684
  • docs: update readme for npx conversion 013cb35
  • Merge branch 'nebrelbug:master' into feat/npx-conversions 8f733cb
  • chore: update tests for conversions e0fdc9f
  • chore: vice versa conversions 75cc5c5
  • chore: auto detect conversions 41f299a
  • Merge pull request #54 from Jay-Karia/docs/setup-guide c06d07c
  • Merge branch 'nebrelbug:master' into docs/setup-guide f7dd8c9
  • chore: add code blocks ad3bb7a
  • chore: rename section 004402a
  • Merge branch 'feat/npx-conversions' of https://github.com/Jay-Karia/npm-to-yarn into feat/npx-conversions 4305b4b
  • docs: add docs for npx conversions 4ec1a11
  • Merge branch 'nebrelbug:master' into feat/npx-conversions d2ccea2
  • update /dist files 9219a4a
  • fix: linting 03e1339
  • chore: add tests for npx 19cd2b4
  • Merge pull request #51 from Jay-Karia/patch-1 b917ff1
  • docs: add setup guide 7f61f91
  • refactor: index.ts a575fe9
  • chore: add new paramter for conversion 67b9576
  • docs: remove dev dependencies badge 840a9a8
  • Merge pull request #47 from AdirAmsalem/readme-bun a22a52d
  • Update README.md 0c3559b

v2.2.1...v3.0.0

Version 2.2.1

16 Feb 19:21
Compare
Choose a tag to compare

Forgot to build before releasing 2.2.0 😬

Commits

v2.2.0...v2.2.1

Version 2.2.0

15 Feb 22:18
Compare
Choose a tag to compare

Commits

v2.1.0...v2.2.0

Version 2.1.0

06 Sep 18:09
Compare
Choose a tag to compare

TL;DR

  • Add support for npm to bun command conversion
  • CI improvements

Commits

  • Merge pull request #42 from colinhacks/colinhacks/add-bun 13c221e
  • Fix bug bcf26e5
  • Type decl b3608be
  • Add build outputs 1185c93
  • Remove autoformatting ad3aa97
  • Remove formatting 982456f
  • Add npm2bun conversion 839bc5d
  • Merge pull request #38 from armano2/test 5e69e30
  • fix: add missing .gitattributes to correct consistent eol to lf 69b4142
  • fix: update build 0512904
  • chore: update ci action 44131a4
  • chore: update tests to run on node 14, 16, 18 20f9962
  • chore: update packages and add build to ci a2d95e7

v2.0.0...v2.1.0

Version 2.0.0

20 Feb 14:59
Compare
Choose a tag to compare

TL;DR

Thanks to some great work by @armano2, this release includes significantly improved conversions between npm and yarn. It also supports conversion of npm commands to pnpm commands!

Commits

  • chore: rebuild and format e14a3d0
  • Merge pull request #37 from armano2/feat/npm-to-pnpm 57a9cd9
  • fix: add missing yarn pack and outdated, and remove incorrect --save ca64dce
  • fix: add missing commands for outdated and pack 4304218
  • chore: add missing README change 5929271
  • feat: add npm to pnpm d8602a7
  • Merge pull request #36 from armano2/fix/update-package 6d1b43e
  • fix: add missing conversion for link/ln/unlink 043cf08
  • fix: add missing aliases and correct rebuild logic 08c746a
  • fix: add support for global list and correct handling of global add/remove 9c3b360
  • fix: revert some unecessary changes 920d81b
  • fix: add missing build dfa7239
  • fix: correct parsing list --production and --development 3c3e6e7
  • fix: add missing shortcut support npm i, -E -D -S fe3a782
  • docs: add missing readme change 9171a85
  • fix: remove exports 58e39ca
  • fix: add test cases for reported issues - armano2#6 - armano2#7 bcef280
  • fix: update how data is parsed and fix more conversion logic 7b54605
  • fix: add support for exec and refactor code fab83c2

v1.3.0...v2.0.0

Version 1.3.0

09 Feb 22:38
Compare
Choose a tag to compare

TL;DR

This release fixes NodeNext module resolution.

Commits

  • Merge pull request #35 from nebrelbug/fix-nodenext fae5961
  • Fix NodeNext module resolution ad0944e

v1.2.1...v1.3.0

Version 1.2.1

19 Dec 17:04
Compare
Choose a tag to compare

v1.2.0...v1.2.1

Version 1.2.0

17 Dec 23:35
Compare
Choose a tag to compare
  • Rebuild 484b4b9
  • Merge pull request #22 from armano2/fix/add-missing-commands a4cbf19
  • Merge pull request #26 from andrewnicols/saveExactOptional 71706fd
  • Fix issues with exact an optional in npm-to-yarn 0ca3e00
  • feat: add missing ls/list conversion dc05ac5
  • feat: add basic yarn run conversion logic 846bb99
  • feat: add ls/why and create/init commands d63d533

v1.1.0...v1.2.0

Version 1.1.0

17 Dec 23:13
Compare
Choose a tag to compare

v1.0.1...v1.1.0

Version 1.0.1

04 May 14:51
9ff2cf0
Compare
Choose a tag to compare

TL;DR

From now on, this project will follow semantic versioning guidelines (as discussed in #2). Due to previous unclear versioning, this initial stable release is versioned as 1.0.1.

Commits

v1.0.0-2...v1.0.1