0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc/changelogs
Myles Borins 2bf1c24f6a 2017-01-03, Version 6.9.3 'Boron' (LTS) Release
This LTS release comes with 312 commits. This includes 229 that are
test related, 62 that are docs related, 17 which are build / tools
related, and 4 commits which are updates to dependencies.

Notable Changes:

* build:
  - shared library support is now working for AIX builds
    (Stewart Addison) https://github.com/nodejs/node/pull/9675
* deps:
    - *npm*: upgrade npm to 3.10.10 (Rebecca Turner)
             https://github.com/nodejs/node/pull/9847
    - *V8*: Destructuring of arrow function arguments via computed
            property no longer throws (Michaël Zasso)
            https://github.com/nodejs/node/pull/10386)
* inspector:
  - /json/version returns object, not an object wrapped in an array
    (Ben Noordhuis) https://github.com/nodejs/node/pull/9762
* module:
  - using --debug-brk and --eval together now works as expected
    (Kelvin Jin) https://github.com/nodejs/node/pull/8876
* process:
  - improve performance of nextTick up to 20% (Evan Lucas)
    https://github.com/nodejs/node/pull/8932
* repl:
    - the division operator will no longer be accidentally parsed as
      regex (Teddy Katz) https://github.com/nodejs/node/pull/10103
    - improved support for generator functions (Teddy Katz)
      https://github.com/nodejs/node/pull/9852
* timers:
  - Re canceling a cancelled timers will no longer throw
    (Jeremiah Senkpiel) https://github.com/nodejs/node/pull/9685

PR-URL: https://github.com/nodejs/node/pull/10394
2017-01-03 18:55:26 -05:00
..
CHANGELOG_ARCHIVE.md 2016-10-25, Version 7.0.0 (Current) 2016-10-25 06:53:36 -07:00
CHANGELOG_IOJS.md 2016-10-25, Version 7.0.0 (Current) 2016-10-25 06:53:36 -07:00
CHANGELOG_V4.md 2016-12-06, Version 4.7.0 'Argon' (LTS) 2016-12-06 14:58:36 -05:00
CHANGELOG_V5.md 2016-10-25, Version 7.0.0 (Current) 2016-10-25 06:53:36 -07:00
CHANGELOG_V6.md 2017-01-03, Version 6.9.3 'Boron' (LTS) Release 2017-01-03 18:55:26 -05:00
CHANGELOG_V7.md 2016-12-20, Version 7.3.0 (Current) 2016-12-20 16:43:12 -05:00
CHANGELOG_V010.md tools: disallow trailing whitespace for markdown 2016-11-21 09:04:29 -08:00
CHANGELOG_V012.md 2016-12-21 Version 0.12.18 (Maintenance) Release 2016-12-22 01:50:07 +11:00