Releases: cujojs/when
Releases · cujojs/when
3.7.8: Unhandled rejection fixes
- Fix unhandled rejection false positive in
settle
- Fix unhandled rejection events on IE
- Make build work on Windows
3.7.7: Fix browserify
- Hotfix for browserify
3.7.6: Include browser build in npm package
- Add prebuilt version to the npm package in dist/browser.
3.7.5: Improve IE8 unhandled rejection formatting
- Improve unhandled rejection formatting in IE8
3.7.4: Add keys.settle
- 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!
3.7.3: Improve IE8 console and webpack support
- Fix console.log check when using
monitor/console
in IE8. - Fix issues with webpack environment and fake timers.
- Several community-contributed doc fixes. Thanks!
3.7.2: Republish due to npm oddity
- 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
3.7.1: Fix when.settle unhandled rejection report
- Fix
when.settle
unhandled rejection reporting case.
3.7.0: Add cross-lib debugging events
- 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.
3.6.4: Fix null unhandled rejection check
- Fix handling of
null
errors in unhandled rejection reporting - Add examples of supporting both promise and node style callbacks in the same API