Releases: ekalinin/nodeenv
Releases · ekalinin/nodeenv
0.13.6: Use https for nodejs.org
0.13.5: improved user-agent identification
- Current user-agent:
'nodeenv/' + nodeenv_version + ' (https://github.com/ekalinin/nodeenv/)'
which is match convension for user agent strings[1]. Thanks to @tracker1 (from here)
[1] https://en.wikipedia.org/wiki/User_agent#Format_for_automated_agents_.28bots.29
0.13.4: custom user-agent
0.13.3: improvements for unicode handling
0.13.2: Fixed freeze command
- Fixed freeze command. See # 121