mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
ad9159b0d8
- 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=<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: 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 <bradleythughes@fastmail.fm> (maintainer) |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-message | ||
pkg-plist |