Skip to content

Releases: ehmicky/get-node

Release 4.0.0

22 Sep 14:39
Compare
Choose a tag to compare

Breaking changes

  • The output directory is now specified as an --output flag instead of a positional argument on the CLI. This means get-node VERSION OUTPUT should now be get-node --output=OUTPUT VERSION.

Features

  • Add --help and --version CLI flags
  • Add --progress CLI flag
  • Add --mirror option
  • Improve CLI spinner

Bugs

  • Fix error messages not printed correctly (50128cd)

Release 3.1.0

14 Sep 10:09
Compare
Choose a tag to compare

Features

  • Improve progress messages on console
  • Add alternative names for NODE_MIRROR: NVM_NODEJS_ORG_MIRROR, N_NODE_MIRROR and NODIST_NODE_MIRROR

Release 3.0.1

09 Sep 10:03
Compare
Choose a tag to compare

Bugs

  • Fix cache invalidation bug

Release 3.0.0

30 Aug 09:06
Compare
Choose a tag to compare

Breaking changes

  • The output directory now defaults to a global cache directory instead of the current directory.

Features

  • The Node.js/programmatic API is now documented and exposed

Release 2.0.1

29 Aug 10:48
Compare
Choose a tag to compare

Internal

  • Internal changes

Release 2.0.0

29 Aug 10:43
Compare
Choose a tag to compare

Features

  • Retry downloading the Node.js binaries on network errors.

Release 1.1.0

22 Aug 16:36
Compare
Choose a tag to compare

Features

  • A spinner is now shown when a new Node.js version is downloading.

Release 1.0.3

15 Aug 14:23
Compare
Choose a tag to compare
  • Fix EXDEV error thrown when temporary directory uses a different partition (a09310e)
  • Fix wrong URL (37a7caf)
  • Upgrade gulp-shared-tasks 0.30.34 -> 0.30.35 (711378a)
  • Upgrade core-js 3.2.0 -> 3.2.1 (8760084)

Release 1.0.2

11 Aug 15:45
Compare
Choose a tag to compare
  • Better behavior on parallel downloads (2314791)

Release 1.0.1

11 Aug 14:53
Compare
Choose a tag to compare