Releases: gluons/npm-reinstall
Releases · gluons/npm-reinstall
v3.1.0
New Feature
- Support reinstall package with specific version. (#7)
Now, you can use commands such as reinstall -S vue@2.4
, reinstall -D jest@~23.6
v3.0.0
New Features
Breaking Changes
Internal Changes
Chores
v2.0.0
Common Changes
Breaking Changes
- Drop Node 4 support.
It now requires Node >= 6.
Internal Changes
- Code clean up. Modernize & simplify code.
- Migrate testing from Mocha to Jest.
v1.2.1
- Fix
ENOENT
error while installing.
dist
folder has been ignored by .gitignore
.
v1.2.0
- Development: Rewritten in TypeScript.
- Bug Fixes: No longer use auto-use Yarn when reinstall with
--global
mode.
- Improvement: Now,
--verbose
will preserve the output color.
- New: Add
--npm
option to force using NPM.
v1.1.2
- Nothing change.
Just add screenshot. (02bc895)
v1.1.0
- Add Yarn support. 🎉 (5d57066)
npm-reinstall
will auto-detect Yarn in your CLI and project directory.
If npm-reinstall
found Yarn, it will use Yarn instead of NPM.
- Add an option to force to use Yarn (
--yarn
). (752c155)
v1.0.5
- Change update notifier check interval. (2db78c2)
- Fix
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
in Node < 6. (30abe6f)
- Fix error with ES6 default parameter in Node < 6. (9e46fda)
- Add tests. (d124dd1)