NodeJS 7.7.1 contains several changes. Notable changes from 7.7.1 include:
- doc: add Daijiro Wachi to collaborators (Daijiro Wachi)
- tty: add ref() so process.stdin.ref() etc. work (Ben Schmidt)
- util: fix inspecting symbol key in string (Ali BARIN)
NodeJS 7.7.1 contains several changes. Notable changes from 7.6.0 include:
- Fixed bug in 7.7.0 version that will prevent all native modules from building
- child_process: spawnSync() exit code now is null when the child is killed via signal
- http: new functions to access the headers for an outgoing HTTP message
- lib: deprecate node --debug at runtime
- tls: new tls.TLSSocket() supports sec ctx options
- url: adding URL.prototype.toJSON support
- doc: items in the API documentation may now have changelogs
- crypto: adding support for OPENSSL_CONF again
- src: adding support for trace-event tracing