All Versions
79
Latest Version
Avg Release Cycle
89 days
Latest Release
1953 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.7.8 Changes
February 20, 2017- ๐ Fix unhandled rejection false positive in
settle
- ๐ Fix unhandled rejection events on IE
- ๐ Make build work on Windows
- ๐ Fix unhandled rejection false positive in
-
v3.7.7 Changes
December 24, 2015- ๐ Hotfix for browserify
-
v3.7.6 Changes
December 23, 2015- โ Add prebuilt version to the npm package in dist/browser.
-
v3.7.5 Changes
November 21, 2015- ๐ Improve unhandled rejection formatting in IE8
-
v3.7.4 Changes
October 24, 2015- โ Add
when/keys
settle, for settling a hash of promises. - ๐ฆ Use poly from npm instead of a git link in package.json. No need for git to be available to
npm install when
. - ๐ Various community-contributed documentation updates. Thanks!
- โ Add
-
v3.7.3 Changes
April 27, 2015- ๐ Fix console.log check when using
monitor/console
in IE8. - ๐ Fix issues with webpack environment and fake timers.
- ๐ Several community-contributed doc fixes. Thanks!
- ๐ Fix console.log check when using
-
v3.7.2 Changes
January 30, 2015- ๐ฆ Republish 3.7.1 npm package: for some reason,
npm publish
did not include the filepoll.js
when publishing 3.7.1 - No functional changes
- ๐ฆ Republish 3.7.1 npm package: for some reason,
-
v3.7.1 Changes
January 28, 2015- ๐ Fix
when.settle
unhandled rejection reporting case.
- ๐ Fix
-
v3.7.0 Changes
January 26, 2015- โ Add
process
andwindow
unhandled rejection events for cross-library debugging tools. - ๐ Improve internal task queueing performance and memory usage.
- Stabilize handler ordering in the face of multiple promise implementations.
- โ Add
-
v3.6.4 Changes
December 14, 2014- ๐ Fix handling of
null
errors in unhandled rejection reporting - โ Add examples of supporting both promise and node style callbacks in the same API
- ๐ Fix handling of