forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Breaking changes between v4 and v5
Jeremiah Senkpiel edited this page Apr 26, 2016
·
3 revisions
For older breaking changes, please see our v0.10 to v4 page.
[Docs]
-
console.time()
now logs with sub-millisecond accuracy.
[Docs]
- The repl's
'close'
event now waits for the'flushHistory'
event if the repl is set to write history to disk while closing.
[Docs]
- The minimum key length for
tls.connect()
'sdhparam
option is now 1024 bits.
[Docs]
-
util.p()
was deprecated for years, and has been removed.
[Docs]
- Decompression now throws on truncated input, such as if there is an unexpected end-of-file.
- The
NODE_MODULE_VERSION
is now47
.
[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.
v4.5.103.35 --> v4.6.85.x
+ floating patches