pkgsrc/lang/nodejs
fhajny 98d2a4664c Update lang/nodejs to 8.6.0.
nodejs 8.6.0
============

crypto
- Support for multiple ECDH curves.

dgram
- Added setMulticastInterface() API.
- Custom lookup functions are now supported.

n-api
- The command-line flag is no longer required to use N-API.

tls
- Docs-only deprecation of parseCertString().


nodejs 8.5.0
============

build
- Snapshots are now re-enabled in V8

console
- Implement minimal console.group().

deps
- upgrade libuv to 1.14.1
- update nghttp2 to v1.25.0

dns
- Add verbatim option to dns.lookup(). When true, results from the DNS
  resolver are passed on as-is, without the reshuffling that Node.js
  otherwise does that puts IPv4 addresses before IPv6 addresses.

fs
- add fs.copyFile and fs.copyFileSync which allows for more efficient
  copying of files.

inspector
- Enable async stack traces

module
- Add support for ESM. This is currently behind the
  --experimental-modules flag and requires the .mjs extension. node
  --experimental-modules index.mjs

napi
- implement promise

os
- Add support for CIDR notation to the output of the networkInterfaces()
  method.

perf_hooks
- An initial implementation of the Performance Timing API for Node.js.
  This is the same Performance Timing API implemented by modern browsers
  with a number of Node.js specific properties. The User Timing mark()
  and measure() APIs are implemented.

tls
- multiple PFX in createSecureContext
2017-09-27 12:17:10 +00:00
..
patches Update lang/nodejs to 8.6.0. 2017-09-27 12:17:10 +00:00
DESCR Update lang/nodejs to 5.0.0. 2015-11-09 20:19:35 +00:00
distinfo Update lang/nodejs to 8.6.0. 2017-09-27 12:17:10 +00:00
Makefile Update lang/nodejs to 8.6.0. 2017-09-27 12:17:10 +00:00
Makefile.common Follow some redirects. 2017-09-03 08:53:04 +00:00
options.mk Remove the nodejs icu option and make nodejs use a system ICU 2016-06-02 09:57:32 +00:00
PLIST Update lang/nodejs to 8.4.0. 2017-08-16 11:52:19 +00:00