This repository was archived by the owner on Aug 21, 2022. It is now read-only.
Releases: Octane/Promise
Releases · Octane/Promise
Promise polyfill v1.0.10
Promise polyfill v1.0.9
Changelog
- full compliance with the Promises/A+ test suite
Promise polyfill v1.0.8
Changelog
- fix #2,
.then()
checks that passed argumentsisCallable
Promise polyfill v1.0.7
Changelog
- fix #8, don't modify passed array (Promise.all)
Promise polyfill v1.0.6
Promise polyfill v1.0.5
Changelog
- now
require('timers').setImmediate
is used in the Node module, fixes #5
Promise polyfill v1.0.4
Changelog
- fix isThenable: only lookup in objects for a method called "then"
- fix isThenable: allow objects having a property called "then" (not method)
- fix: Promise.all and Promise.race only accept a instance of the Array
Promise polyfill v1.0.3
Changelog
- added support for thenable values #4
- fix getify/native-promise-only#5, domenic/promises-unwrapping#105
Promise polyfill v1.0.2
Changelog
- reduce setImmediate usage
- simplify global export
- fix npm version
Promise polyfill v1.0.1
Changelog
- fix: the settled promise bug #1
- fix: a bug with settled promise value changes