Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Releases: Octane/Promise

Promise polyfill v1.0.10

22 Jan 21:44
Compare
Choose a tag to compare

Changelog

  • fix: don't redefine Promise.prototype.constructor
  • new: embed build status icon from Travis CI

Promise polyfill v1.0.9

02 Jan 20:03
Compare
Choose a tag to compare

Changelog

Promise polyfill v1.0.8

20 Jun 08:46
Compare
Choose a tag to compare

Changelog

  • fix #2, .then() checks that passed arguments isCallable

Promise polyfill v1.0.7

18 Jun 05:31
Compare
Choose a tag to compare

Changelog

  • fix #8, don't modify passed array (Promise.all)

Promise polyfill v1.0.6

17 Jun 21:01
Compare
Choose a tag to compare

Changelog

  • fix #6, support Promise.all([any values or promises])
  • fix #7, support Promise.race([any values or promises])

Promise polyfill v1.0.5

14 May 17:39
Compare
Choose a tag to compare

Changelog

  • now require('timers').setImmediate is used in the Node module, fixes #5

Promise polyfill v1.0.4

11 May 15:02
Compare
Choose a tag to compare

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

10 May 21:18
Compare
Choose a tag to compare

Promise polyfill v1.0.2

10 May 13:13
Compare
Choose a tag to compare

Changelog

  • reduce setImmediate usage
  • simplify global export
  • fix npm version

Promise polyfill v1.0.1

10 May 02:58
Compare
Choose a tag to compare

Changelog

  • fix: the settled promise bug #1
  • fix: a bug with settled promise value changes