Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Releases: crazy-max/nodejs-portable

2.2.0

29 Aug 13:58
Compare
Choose a tag to compare
  • Resolve absolute paths in customPaths (Issue #30)
  • Merge gitPath and pythonPath in customPaths (Issue #30)
  • Remove node_modules/npm from PATH (Issue #30)

💡 UPGRADE NOTE : gitPath and pythonPath have been removed from the config file and must be moved to customPaths

🛡 VirusTotal analysis

2.1.2

26 Aug 22:58
Compare
Choose a tag to compare
  • Upgrade to Go 1.9
  • Add Building instructions (Issue #29)
  • Add config file to customize Git and Python path (Issues #10 #29)

🛡 VirusTotal analysis

2.1.1

22 Aug 10:32
Compare
Choose a tag to compare
  • Add NODE_PATH to the shell (Issue #29)
  • Tmp folder not created while launching shell (Issue #28)

2.1.0

30 Jul 13:57
Compare
Choose a tag to compare
  • Download zip format if exists
  • Create Node.js configuration in etc folder
  • Add cache path in root folder
  • Bug while writing npmrc configuration

2.0.0

28 Jul 15:40
Compare
Choose a tag to compare
  • BIG rewrite in Golang! (Issue #22)
  • Use lessmsi instead of msiexec for long path issue
  • Check Node.js version before downloading
  • Automatically retrieve the latest stable version of Node.js as default choice
  • Inject Node and Git (if exists) paths in system environment PATH while launching shell
  • Add new release notification
  • Add support guidelines
  • MIT license

1.13

27 Jul 19:48
Compare
Choose a tag to compare
  • Crash when invalid characters in PATH variable (Issue #26)
  • Push to working directory (Issue #25)
  • "\Git\cmd" syntax error on launch (Issue #23)
  • Switch to Node.js 6.11.1

1.12

27 Apr 15:05
Compare
Choose a tag to compare
  • Switch to Node.js 6.10.2
  • Add CHANGELOG

1.11

27 Apr 13:45
Compare
Choose a tag to compare
  • Bug with npm init command (Issue #21)
  • Error after installing: Registry key not found (Issue #12)

1.10

27 Apr 13:45
Compare
Choose a tag to compare
  • Prompt for choosing version and arch before install (Issue #20)

1.9

27 Apr 12:56
Compare
Choose a tag to compare
1.9
  • Proxy support (Issue #16)
  • Switch to Node.js 0.10.35 by default