Skip to content

Releases: petkaantonov/bluebird

v2.3.11

06 Jan 15:09
Compare
Choose a tag to compare

Bugfixes:

v2.3.10

06 Jan 15:09
Compare
Choose a tag to compare

Features:

  • Promise.method no longer wraps primitive errors
  • Promise.try no longer wraps primitive errors

v2.3.7

06 Jan 15:09
Compare
Choose a tag to compare

Bugfixes:

v2.3.6

06 Jan 15:09
Compare
Choose a tag to compare

Features:

v2.3.5

06 Jan 15:09
Compare
Choose a tag to compare

Bugfixes:

  • Fix issue when promisifying methods whose names contain the string 'args'

v2.3.4

06 Jan 15:09
Compare
Choose a tag to compare
  • P alias was not declared inside WebWorkers

v2.3.3

06 Jan 15:09
Compare
Choose a tag to compare

Bugfixes:

v2.3.2

06 Jan 15:09
Compare
Choose a tag to compare

Bugfixes:

  • P alias for Promise now exists in global scope when using browser builds without a module loader, fixing an issue with firefox extensions

v2.3.1

06 Jan 15:09
Compare
Choose a tag to compare

Features:

  • .using can now be used with disposers created from different bluebird copy

v2.3.0

06 Jan 15:09
Compare
Choose a tag to compare

Features:

Bugfixes: