0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/changelogs
Jeremiah Senkpiel e4ee09a5b3 2016-10-12, Version 6.8.0 (Current)
* fs:
  - `SyncWriteStream` now inherits from `Stream.Writable`. (Anna
Henningsen) https://github.com/nodejs/node/pull/8830
    - Practically, this means that when stdio is piped to a file,
stdout and stderr will still be `Writable` streams.
  - `fs.existsSync()` has been undeprecated. `fs.exists()` remains
deprecated. (Dan Fabulich) https://github.com/nodejs/node/pull/8364
* http: `http.request()` now accepts a `timeout` option. (Rene Weber)
https://github.com/nodejs/node/pull/8101
* module: The module loader now maintains its own realpath cache. (Anna
Henningsen) https://github.com/nodejs/node/pull/8100
* npm: Upgraded to 3.10.8 (Kat Marchán)
https://github.com/nodejs/node/pull/8706
* stream: `Duplex` streams now show proper `instanceof
Stream.Writable`. (Anna Henningsen)
https://github.com/nodejs/node/pull/8834
* timers: Improved `setTimeout`/`Interval` performance by up to 22%.
(Brian White) https://github.com/nodejs/node/pull/8661

PR-URL: https://github.com/nodejs/node/pull/9034
2016-10-12 16:16:56 -04:00
..
CHANGELOG_ARCHIVE.md doc: fix broken links in changelogs 2016-10-11 16:41:45 -05:00
CHANGELOG_IOJS.md doc: fix broken links in changelogs 2016-10-11 16:41:45 -05:00
CHANGELOG_V4.md doc: fix broken links in changelogs 2016-10-11 16:41:45 -05:00
CHANGELOG_V5.md doc: fix broken links in changelogs 2016-10-11 16:41:45 -05:00
CHANGELOG_V6.md 2016-10-12, Version 6.8.0 (Current) 2016-10-12 16:16:56 -04:00
CHANGELOG_V010.md 2016-09-27 Version 0.10.47 (Maintenance) Release 2016-09-28 10:35:20 +10:00
CHANGELOG_V012.md 2016-09-27 Version 0.12.16 (Maintenance) Release 2016-09-28 10:38:33 +10:00