You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
***process** / **promises**: An`'unhandledRejection'` event is now emitted on `process` whenever a `Promise` is rejected and no error handler is attached to the `Promise`within a turn of the event loop. A `'rejectionHandled'`event is now emitted whenever a `Promise` was rejected and an error handler was attached to it later than after an event loop turn.[#758](https://github.com/iojs/io.js/pull/758) (Petka Antonov)
17
-
***streams**: you can now use regular streams as an underlying socket for `tls.connect()`[#926](https://github.com/iojs/io.js/pull/926) (Fedor Indutny)
18
-
***http**: A new `'abort'` event emitted when a `http.ClientRequest` is aborted by the client.[#945](https://github.com/iojs/io.js/pull/945) (Evan Lucas)
19
-
***V8**: Upgrade V8 to 4.1.0.21. Includes an embargoed fix, details should be available when embargo is lifted. A breaking ABI change has been held back from this upgrade, possibly to be included when io.js merges V8 4.2. See [#952](https://github.com/iojs/io.js/pull/952) for discussion.
20
-
***npm**: Upgrade npm to 2.6.0. Includes features to support the new registry and to prepare for `npm@3`. See [npm CHANGELOG.md](https://github.com/npm/npm/blob/master/CHANGELOG.md#v260-2015-02-12) for details. Summary:
21
-
*[#5068](https://github.com/npm/npm/issues/5068)Add new logout command, and make it do something useful on both bearer-based and basic-based authed clients.
22
-
*[#6565](https://github.com/npm/npm/issues/6565)Warn that `peerDependency`behavior is changing and add a note to the docs.
23
-
*[#7171](https://github.com/npm/npm/issues/7171)Warn that `engineStrict` in `package.json`will be going away in the next major version of npm (coming soon!)
24
-
***libuv**: Upgrade to 1.4.2. See [libuv ChangeLog](https://github.com/libuv/libuv/blob/v1.x/ChangeLog)for details of fixes.
0 commit comments