Releases: nebrelbug/npm-to-yarn
Releases · nebrelbug/npm-to-yarn
v3.0.0
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
Version 2.2.1
Version 2.2.0
Version 2.1.0
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
Version 2.0.0
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
Version 1.3.0
TL;DR
This release fixes NodeNext module resolution.
Commits
Version 1.2.1
- Fix CommonJS resolution 4a13cc8
Version 1.2.0
- 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
Version 1.1.0
- Add 'exports' field to package.json 940d0cc
- Remove yarn.lock 0e7544b
- Add yarn.lock a1d0b5d
- Merge pull request #29 from nebrelbug/update-things 0b5424b
- Removed husky ef602ce
- Update dependencies e401b2d
- Merge pull request #28 from nebrelbug/dependabot/npm_and_yarn/qs-6.5.3 c4e497a
- Bump qs from 6.5.2 to 6.5.3 94e4500
- Merge pull request #27 from nebrelbug/dependabot/npm_and_yarn/decode-uri-component-0.2.2 fbe7737
- Bump decode-uri-component from 0.2.0 to 0.2.2 decc281
- Create codeql-analysis.yml b259c07
- Merge pull request #4 from nebrelbug/dependabot/npm_and_yarn/lodash-4.17.19 99c265b
- Bump lodash from 4.17.15 to 4.17.19 d74985d
- Merge pull request #1 from nebrelbug/dependabot/npm_and_yarn/jquery-3.5.0 0b962e1
- Bump jquery from 3.4.1 to 3.5.0 51811bc
- v1.0.1 55fea5f
- Merge branch 'master' of https://github.com/nebrelbug/npm-to-yarn bbfc843
- Rebuild, upgrade dependencies 9ee055e
- v1.0.0-2 122cefb
Version 1.0.1
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
.