Kristjan Broder Lund
2fda71a121
Resolve versions with no dots
2016-09-08 15:10:32 +00:00
Nimit Kalra
ad179ad792
Fix README GIF
2016-08-07 15:00:45 -05:00
Nimit Kalra
d122127595
Merge pull request #369 from StewartNoyce/master
...
Add older Mac support to custom architecture section of the Readme
2016-08-05 16:49:31 -05:00
Stewart Noyce
bc5d6378d6
Update custom architecture documentation for older Mac support
2016-08-03 19:39:26 -07:00
Nimit Kalra
d0b3a2f8ba
2.1.3
2016-07-12 14:44:41 -05:00
Nimit Kalra
a160b3bcae
Merge pull request #362 from paolord/devel
...
updated VERSION variable to 2.1.3 to mirror version in package.json
2016-07-12 14:25:31 -05:00
Angelo Paolo Obispo
3e31edd580
updated versions in bash script and package.json to 2.1.3
2016-07-12 23:15:36 +08:00
Nimit Kalra
3a496e79fc
Merge pull request #359 from tj/revert-348-master
...
Revert "Handling SIGINT correctly."
2016-07-06 09:18:43 -05:00
Nimit Kalra
399d9134f2
Revert "Handling SIGINT correctly."
2016-07-06 09:18:25 -05:00
Nimit Kalra
cdd5ae03f4
Merge pull request #348 from JeffDownie/master
...
Handling SIGINT correctly.
2016-07-06 09:16:05 -05:00
Nimit Kalra
e953df6a51
Move Windows disclaimer higher up in README.
2016-07-05 02:15:09 -05:00
Nimit Kalra
fdf2080705
Fix GIF in README.
2016-07-05 02:14:50 -05:00
Nimit Kalra
f91850a162
2.1.1
2016-06-15 19:19:52 -05:00
Nimit Kalra
9718746c47
Clean up README.
2016-06-15 19:17:38 -05:00
Nimit Kalra
85ee3d6899
Merge pull request #318 from AntSworD/for-PR
...
Allow more options for custom source mirrors.
2016-06-15 17:42:57 -05:00
Jeff Downie
8f73a018ab
Handling SIGINT correctly.
2016-03-23 11:57:37 +00:00
Nimit Kalra
e6b0579185
Merge pull request #336 from qw3rtman/master
...
Add npm error information (#101 ) to README.
2016-01-09 18:27:41 -06:00
Nimit Kalra
6204ebbee7
Add npm error information ( #101 ) to README.
2016-01-09 18:27:14 -06:00
Nimit Kalra
17ef0bf936
Version 2.1.0
2015-12-29 13:29:53 -06:00
Nimit Kalra
dfe5ab3d84
Update "description" in package.json.
2015-12-29 13:23:17 -06:00
Nimit Kalra
ff4138046a
Merge pull request #332 from tj/update-contributors
...
Update "contributors" in package.json.
2015-12-29 13:19:20 -06:00
Troy Connor
3bdf12cb87
[package]Updated contributors in package.json
2015-12-27 23:55:48 -05:00
Nimit Kalra
f6306a0758
Remove leading line break in Makefile.
2015-12-27 22:07:21 -06:00
Nimit Kalra
6af09edf1a
Rename Readme.md to README.md
2015-12-26 22:32:18 -06:00
Nimit Kalra
b032ed125f
Add Some npm Badges to README
2015-12-26 22:29:15 -06:00
Nimit Kalra
dd672dcff9
Update Gitter Badge in README
2015-12-26 22:24:56 -06:00
Nimit Kalra
0ed0e36d8a
Merge pull request #333 from qw3rtman/translate-shortcut-to-version
...
Translate shortcut to version in n use.
2015-12-20 16:12:57 -06:00
Nimit Kalra
7f790c4cdd
Allow using stable in n use.
2015-12-20 16:11:47 -06:00
Nimit Kalra
20258b2169
Allow using latest in n use.
2015-12-20 16:11:43 -06:00
Nimit Kalra
aa5dbc5f96
Add Nimit Kalra as a contributor in package.json.
2015-12-18 23:15:22 -06:00
Nimit Kalra
bf6e3036cd
Merge pull request #322 from stefanmaric/feature/lts
...
Add Support for LTS Alias
2015-12-17 20:32:23 -06:00
JunJian Zheng
781e78774f
Add is_oss_ok
...
add is_oss_ok, keep is_ok not changed
2015-12-07 15:34:59 +08:00
Stefan Maric
bfd834f526
Add lts alias reference to README
2015-11-04 22:38:42 -04:30
Stefan Maric
0f590a4ef2
Add support for "lts" alias, closes #313
...
--lts will display latest LTS version
lts will install latest LTS version
Node LTS releases use "a naming convention based on the Periodic
Table of Elements [...] in alphabetical order", as announced here:
https://nodejs.org/en/blog/release/v4.2.0/
LTS versions have their own folder in nodejs' dist folder, e.g.:
https://nodejs.org/dist/latest-argon/
To retrieve latest LTS' latest version, we search for and fetch
that folder. We get the semver number from the first file that
holds it. Then we can fetch the trallbar.
2015-11-04 22:20:36 -04:30
JunJian Zheng
61cd568f81
3xx and 2xx
2015-10-19 09:29:43 +08:00
JunJian Zheng
8582e0e7e2
Update n
2015-10-16 21:30:55 +08:00
Max Rittmüller
1388dd0926
Merge pull request #305 from chrootsu/copy-xattr-when-activate
...
Added the disabling PaX's mprotect() during an activation.
2015-09-16 22:36:06 +02:00
Ilya Mochalov
cefebb20aa
Added the disabling PaX's mprotect() during an activation
2015-09-17 01:02:54 +05:00
Max Rittmüller
40b5a83e33
Merge pull request #303 from chrootsu/fix-menu-position
...
fixed a changing position of select version menu
2015-08-30 16:08:15 +02:00
Ilya Mochalov
2704e872b3
fixed a changing position of select version menu after pressing up/down arrows
2015-08-30 16:42:04 +05:00
Max Rittmüller
67bf7e4300
Update Readme.md
2015-08-30 12:27:35 +02:00
Max Rittmüller
8c5a8d9178
Merge pull request #228 from chrootsu/fix-pax-flags-header
...
fix the PT_PAX_FLAGS of the node binary
2015-08-30 12:20:06 +02:00
Ilya Mochalov
0ffaaa5894
fix the PT_PAX_FLAGS of the node binary, for systems with grsecurity and PaX
2015-08-30 12:04:09 +05:00
Max Rittmüller
00ecdbe85d
Merge branch 'chrootsu-fix-cp-target-is-link'
2015-08-29 17:51:42 +02:00
Max Rittmüller
456fe65eef
Merge branch 'fix-cp-target-is-link' of git://github.com/chrootsu/n into chrootsu-fix-cp-target-is-link
2015-08-29 17:51:18 +02:00
Max Rittmüller
ef4b544b2d
Merge branch 'jbnicolai-display_help_on_no_installed_versions'
2015-08-29 17:31:30 +02:00
Max Rittmüller
505fd9413b
Merge branch 'display_help_on_no_installed_versions' of git://github.com/jbnicolai/n into jbnicolai-display_help_on_no_installed_versions
2015-08-29 17:31:15 +02:00
Max Rittmüller
c60b2dfe01
2.1.0-beta.1
2015-08-29 17:25:05 +02:00
Max Rittmüller
dce9f2b4ba
Merge branch 'wblankenship-master'
2015-08-29 17:21:24 +02:00
Max Rittmüller
07b2c90c4b
Updated to fit into current version of n
2015-08-29 17:20:26 +02:00