Skip to content

Releases: gluons/npm-reinstall

v3.1.0

07 May 09:32
e0e7321
Compare
Choose a tag to compare

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
v3.0.0
dde19aa
Compare
Choose a tag to compare

New Features

  • Add support for pnpm.

Breaking Changes

  • Require Node.js v8.

Internal Changes

Chores

  • Upgrade dependencies.

v2.0.0

24 Feb 11:58
v2.0.0
6d7df63
Compare
Choose a tag to compare

Common Changes

  • Upgrade dependencies.

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
v1.2.1
535bbd2
Compare
Choose a tag to compare
  • Fix ENOENT error while installing.

    dist folder has been ignored by .gitignore.

v1.2.0

20 Sep 05:58
v1.2.0
98d05c7
Compare
Choose a tag to compare
  • 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
v1.1.2
0a61e25
Compare
Choose a tag to compare
  • Nothing change.
    Just add screenshot. (02bc895)

v1.1.1

19 May 02:58
v1.1.1
1cc1923
Compare
Choose a tag to compare
  • Add packaging into executable via pkg. (e0af2e1)

v1.1.0

13 May 16:22
v1.1.0
4a5ca2f
Compare
Choose a tag to compare
  • 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
v1.0.5
9e46fda
Compare
Choose a tag to compare
  • 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
v1.0.4
23ba933
Compare
Choose a tag to compare