Commit Graph
51 Commits
Author SHA1 Message Date
Christophe 7b9e0aa5e9 Upgrade NodeJS to 6.1.0
Notable Changes

assert: deep{Strict}Equal() now works correctly with circular references. (Rich Trott) #6432
debugger: Arrays are now formatted correctly in the debugger repl. (cjihrig) #6448
deps: Upgrade OpenSSL sources to 1.0.2h (Shigeki Ohtsu) #6550
net: Introduced a Socket#connecting property. (Fedor Indutny) #6404
Previously this information was only available as the undocumented, internal _connecting property.
process: Introduced process.cpuUsage(). (Patrick Mueller) #6157
stream: Writable#setDefaultEncoding() now returns this. (Alexander Makarenko) #5040
util: Two new additions to util.inspect():
Added a maxArrayLength option to truncate the formatting of Arrays. (James M Snell) #6334
This is set to 100 by default.
Added a showProxy option for formatting proxy intercepting handlers. (James M Snell) #6465
Inspecting proxies is non-trivial and as such this is off by default.

https://nodejs.org/en/blog/release/v6.1.0/
2016-05-06 22:53:23 +10:00
Christophe 64a2990992 Update nodejs to version 6.0.0 (current version)
* Update nodejs to version 6.0.0

* Update nodejs.json
2016-04-28 18:26:28 +10:00
Christophe 9da6a6cfec Update node to 5.11.0 2016-04-25 02:22:19 +10:00
Christophe 0778ca99ba Update Node to 5.10.1 2016-04-06 13:11:55 +02:00
Christophe bfc7fb7e04 Update nodejs to 5.10.0 2016-04-04 15:56:33 +02:00
Mika a7e355ca4c fix node path 2016-03-25 10:59:03 +02:00
Christophe 9fb878c9fe Update Node to 5.9.1 2016-03-24 23:09:04 +01:00
Christophe 5be2a80c8c Update to NodeJs 5.9.0 2016-03-18 10:06:11 +01:00
Will Ellis c4b18c9ab0 Update nodejs to 5.8.0 2016-03-12 17:49:30 +01:00
Keiichi Shimamura d29ab8b093 Node.js 5.7.0
https://github.com/nodejs/node/blob/v5.7.0/CHANGELOG.md
2016-02-23 01:33:22 -05:00
Ryan J. McDonough 2f4b05bd71 Bumped versions for Git and Node.js 2016-02-14 09:32:38 -05:00
engelhro 3307a1e775 Update version check for nodejs (stable) 2016-01-21 23:04:13 +01:00
Keiichi Shimamura 4832b34ea3 Node.js 5.5.0
https://github.com/nodejs/node/blob/v5.5.0/CHANGELOG.md
2016-01-21 14:55:29 -05:00
Keiichi Shimamura d4752bcf72 Node.js 5.3.0 2016-01-06 13:41:41 -05:00
Stephen Edgar f43139da92 NodeJS 5.1.1 2015-12-05 11:44:22 +11:00
Keiichi Shimamura 227b0696dc node.js 5.0.0 2015-11-04 22:54:24 -05:00
Keiichi Shimamura 2aa16b2a4f Node.js 4.2.1 2015-10-15 11:22:57 -04:00
ISHIDA Akio 403271f5f3 nodejs: Fix checkver pattern 2015-10-14 19:02:51 +09:00
Keiichi Shimamura f24bcb8fd2 Node.js 4.1.2 2015-10-05 23:32:21 -04:00
Keiichi Shimamura 076a0431f7 Node.js 4.1.1 2015-09-28 10:54:17 -04:00
Keiichi Shimamura 7453757761 Node.js 4.1.0 2015-09-17 10:53:39 -04:00
Keiichi Shimamura e2f11f03a3 Node.js 4.0.0 2015-09-10 22:56:53 -04:00
Roy Ivy III 6d9bca805f whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00
Andrew Shustariov 6c7586629f Updated nodejs dependency to version 0.12.7 2015-08-08 20:15:03 +03:00
Keiichi Shimamura 31a3db9da8 Node.js 0.12.6 2015-07-03 23:59:11 -04:00
paq 12cd0cb64a node.js 0.12.5 2015-06-29 12:11:58 +09:00
Keiichi Shimamura cadd8b04fc Node.js 0.12.3 2015-05-21 17:43:30 -04:00
Keiichi Shimamura e2e9da9f21 Node.js 0.12.2 2015-05-04 13:55:04 -04:00
Keiichi Shimamura 264611e967 Node.js 0.12.1 2015-03-24 21:25:42 -07:00
Keiichi Shimamura 41da9d8a09 Node.js 0.12.0 2015-02-06 22:05:25 -05:00
Michael Tyson e73e9a3f59 nodejs 0.10.36 2015-02-03 08:52:38 -05:00
Jason Pierce b90ead20a1 Node.js v0.10.35 2015-01-16 19:54:20 -08:00
Michael Tyson 0790e4e9e5 Update nodejs.json 2014-12-20 23:30:37 -05:00
Stephen Edgar 1896adb587 NodeJS - Add post install npm update -g
NodeJS is no longer bundling an up to date `NPM` package, currently shipping with v1.4.28, now post install running `npm update -g` will update to NPM v2.1.10 at time of writing
2014-11-28 18:07:05 +11:00
Jonathan Rehm 695e5161b3 Update Node.js to the latest version 2014-11-20 13:09:29 -07:00
Keiichi Shimamura 599e893175 Node.js 0.10.32 2014-10-03 15:37:11 -04:00
Jonathan Rehm 08752ca337 Update Node.js to the latest version
Instead of downloading `npm` separate from `node`, download them together and remove the bundled `npmrc` file that makes global modules get installed in `%appdata%\Roaming\npm`.
2014-09-13 09:32:17 -07:00
Pablo Crivella e7b7fb7a5c Update checkver regex
Add class to <p> tag.
2014-08-01 17:49:59 -04:00
Keiichi Shimamura cd8fd8a9ba Node.js 0.10.29 2014-06-22 00:51:23 -04:00
Keiichi Shimamura 93ff998c1f Node.js 0.10.28 2014-05-06 21:14:38 -04:00
Luke Sampson f121fb6038 node 0.10.26 (add version check regexp) 2014-03-03 21:04:51 +10:00
Stephen Edgar dfc0cb8a52 Update nodejs to v0.10.26 and npm to v1.4.3
SHA256 Hashes
2014-02-21 20:33:55 +11:00
Luke Sampson 930258c905 nodejs 0.10.25 (revert to SHA256 checksums) 2014-02-10 20:20:57 +10:00
Luke Sampson cba02fd6cf nodejs 0.10.25 (official checksums) 2014-02-09 18:42:46 +10:00
Pranaya Kaewkhiawluang 99502abf0b Node 0.10.25 2014-02-09 10:38:49 +07:00
Luke Sampson ca582f51f8 nodejs 0.10.23 2013-12-13 09:38:18 +10:00
Luke Sampson 5faea478cb nodejs 0.10.21 (add '.' to path instead of '\\', now that scoop allows this) 2013-11-12 09:29:39 +10:00
Luke Sampson 360157434c nodejs 0.10.21 (don't need shims now that install dir is in the path) 2013-11-12 08:58:00 +10:00
Cuong Vo 2afa419561 Added NodeJs root install directory to user PATH for globally installed modules 2013-11-11 13:40:28 -05:00
Stephen Edgar 6c1cc7a2ce Update Node.js to v0.10.21 & npm to 1.3.9 2013-11-11 21:20:12 +11:00