mirror of https://github.com/nodejs/node.git
Page:
Breaking changes between v4 and v5
Pages
API changes between v0.10 and v0.12
API changes between v0.10 and v4
API changes between v0.4 and v0.6
API changes between v0.6 and v0.8
API changes between v0.8 and v0.10
Breaking Changes
Breaking changes between Node 7 and 8
Breaking changes between v4 LTS and v6 LTS
Breaking changes between v4 and v5
Breaking changes between v5 and v6
Breaking changes between v6 LTS and v8 LTS
Breaking changes between v6 and v7
CITGM Status
CITGM known flakes
CITGM results table
Creating a CTC Meeting Issue
ES6 Module Detection in Node
Flaky tests
Frequently Asked Questions
Home
Installing and Building Node.js
Installing io.js via package manager
Meetings: Creating a Hangouts On Air Event
Merging pull requests with Jenkins
Migrating IO polling from libev to libuv
Migrating from v0.2 to v0.3
Migrating from v0.2 to v0.4
Statically linked executable
Testing pull requests with Jenkins
Windows Environment
3
Breaking changes between v4 and v5
Jeremiah Senkpiel edited this page 2016-04-26 18:46:52 -04:00
API changes between v4 and v5
When editing this page please be as detailed as possible.
For older breaking changes, please see our v0.10 to v4 page.
By Subsystem
console
[Docs]
console.time()
now logs with sub-millisecond accuracy.
repl
[Docs]
- The repl's
'close'
event now waits for the'flushHistory'
event if the repl is set to write history to disk while closing.
tls
[Docs]
- The minimum key length for
tls.connect()
'sdhparam
option is now 1024 bits.
util
[Docs]
util.p()
was deprecated for years, and has been removed.
zlib
[Docs]
- Decompression now throws on truncated input, such as if there is an unexpected end-of-file.
Native Modules (Addons)
- The
NODE_MODULE_VERSION
is now47
.
Dependencies
npm
[Repo]
This is a major version bump for npm and it has seen a significant amount of change. Please see the npm v3.0.0 release notes.
Note that npm minor and patch versions are pulled into io.js and node at an almost-weekly rate.
v8
v4.5.103.35 --> v4.6.85.x
+ floating patches