K 10
svn:author
V 2
pi
K 8
svn:date
V 27
2016-07-09T14:05:24.180172Z
K 7
svn:log
V 1410
www/node: 6.2.2 -> 6.3.0
- buffer: Added buffer.swap64() to complement swap16() & swap32().
- build: New configure options have been added for building Node.js as
a shared library.
o The options are: --shared, --without-v8-platform & --without-bundled-v8.
- crypto: Root certificates have been updated.
- debugger: The server address is now configurable via
--debug=
:.
- npm: Upgraded npm to v3.10.3
- readline: Added the prompt option to the readline constructor.
- repl / vm: sigint/ctrl+c will now break out of infinite loops without
stopping the Node.js instance.
- src:
o Added a node::FreeEnvironment public C++ API.
o Refactored require('constants'), constants are now available
directly from their respective modules. (James M Snell) #6534
- stream: Improved readable.read() performance by up to 70%.
- timers: setImmediate() is now up to 150% faster in some situations.
- util: Added a breakLength option to util.inspect() to control how
objects are formatted across lines.
- v8-inspector: Experimental support has been added for debugging
Node.js over the inspector protocol.
o Note: This feature is experimental, and it could be altered or removed.
o You can try this feature by running Node.js with the --inspect flag.
PR: 210893
Changes: https://nodejs.org/en/blog/release/v6.3.0/
Submitted by: Bradley T. Hughes (maintainer)
END