Skip to content

Releases: ekalinin/nodeenv

0.9.1: fixed shims

13 May 16:38

Choose a tag to compare

  • Fixed shim script if used system-wide node
  • Fixed shebang in the shim
  • Added shim with name node in case of using system-wide node

0.9.0: added 'shim' script

13 May 13:50

Choose a tag to compare

  • added shim script for using node from environment without activating it. See #59
  • install_node function wplitted into copy_node_from_prebuilt/build_node_from_src

0.8.2: improved prebuilt installation

13 May 11:09

Choose a tag to compare

  • Fixed prebuilt installation:
    • cp more choosy. #64, #65
    • exclude top-level files in prebuilt tar. #63, #66

0.8.1: fixed system's node usage

07 May 07:06

Choose a tag to compare

  • fixed system's node usage #62

Python 3 & prebuilt Node.js binaries

03 Apr 11:41

Choose a tag to compare

  • Added support for python3 (#42 , #58)
  • Added support for prebuilt packages (#56)

Fixed npm.js redirect

19 Mar 16:15

Choose a tag to compare

  • Fixed npm.js redirect. See #52
  • Added --update option. See #25

Bug fixing in "freeze"

09 Jan 12:47

Choose a tag to compare

  • Fixed some bugs in regexps in the freeze command. See #47

Added --make/-m option

08 Nov 06:47

Choose a tag to compare

  • added --make/-m option for path to make #44

Support for the system-wide node & first stepts for the python3

13 Sep 17:07

Choose a tag to compare

  • added --force option. See #37
  • python3 support (first steps). See #38, #39
  • escaping all directories used by subprocesses. See #40
  • added -n system to use system-wide node. See #41