Releases: gluons/npm-reinstall
Releases · gluons/npm-reinstall
v3.1.0
07 May 09:32
Compare
Sorry, something went wrong.
No results found
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
27 Apr 06:39
Compare
Sorry, something went wrong.
No results found
New Features
Breaking Changes
Internal Changes
Chores
v2.0.0
24 Feb 11:58
Compare
Sorry, something went wrong.
No results found
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
20 Sep 06:19
Compare
Sorry, something went wrong.
No results found
Fix ENOENT error while installing.
dist folder has been ignored by .gitignore.
v1.2.0
20 Sep 05:58
Compare
Sorry, something went wrong.
No results found
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
03 Jun 11:48
Compare
Sorry, something went wrong.
No results found
Nothing change.
Just add screenshot. (02bc895 )
v1.1.1
19 May 02:58
Compare
Sorry, something went wrong.
No results found
v1.1.0
13 May 16:22
Compare
Sorry, something went wrong.
No results found
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
11 May 15:18
Compare
Sorry, something went wrong.
No results found
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 )
v1.0.4
10 May 12:14
Compare
Sorry, something went wrong.
No results found