a7962f1d07
6.3.1. Notable changes - buffer: - Improve performance of Buffer.from(str, 'hex') and Buffer#write(str, 'hex'). - Fix creating from zero-length ArrayBuffer. - deps: - Upgrade to V8 5.0.71.57. - Backport V8 instanceof bugfix - repl: Fix issue with function redeclaration. - util: Fix inspecting of boxed symbols. 6.3.0 Notable changes - buffer: Added buffer.swap64() to complement swap16() & swap32(). - build: New configure options have been added for building Node.js as a shared library. - crypto: Root certificates have been updated. - debugger: The server address is now configurable via --debug=<address>:<port>. - 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: - Added a node::FreeEnvironment public C++ API. - Refactored require('constants'), constants are now available directly from their respective modules. - 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. |
||
---|---|---|
.. | ||
patches | ||
DESCR | ||
distinfo | ||
Makefile | ||
Makefile.common | ||
options.mk | ||
PLIST |