Skip to content

Releases: petkaantonov/bluebird

v2.9.2

26 Jan 11:14
Compare
Choose a tag to compare

Bugfixes:

  • Fix critical bug regarding to using promisifyAll in browser that was introduced in 2.9.0 (#466).

Misc:

  • Add "browser" entry point to package.json

v2.9.1

24 Jan 14:44
Compare
Choose a tag to compare

Features:

  • If a bound promise is returned by the callback to Promise.method and Promise.try, the returned promise will be bound to the same value

v2.9.0

24 Jan 00:27
Compare
Choose a tag to compare

Features:

Bugfixes:

  • Fix several issues with cancellation and .bind() interoperation when thisArg is a promise or thenable
  • Fix promises created in disposers not having proper long stack trace context
  • Fix Promise.join sometimes passing the passed in callback function as the last argument to itself.

Misc:

  • Reduce minified full browser build file size by not including unused code generation functionality.
  • Major internal refactoring related to testing code and source code file layout

v2.8.2

20 Jan 23:05
Compare
Choose a tag to compare

Features:

v2.8.1

20 Jan 02:24
Compare
Choose a tag to compare

Bugfixes:

  • Fix long stack trace stiching consistency when rejected from thenables

v2.8.0

19 Jan 00:29
Compare
Choose a tag to compare

Features:

  • Major debuggability improvements:
    • Long stack traces have been re-designed. They are now much more readable,
      succinct, relevant and consistent across bluebird features.
    • Long stack traces are supported now in IE10+

v2.7.1

15 Jan 15:52
Compare
Choose a tag to compare

Bugfixes:

v2.7.0

15 Jan 14:01
Compare
Choose a tag to compare

Features:

Bugfixes:

  • Fix .noConflict() call signature (#446)
  • Fix Promise.methodified functions being called with undefined when they were called with no arguments

v2.6.4

12 Jan 17:19
Compare
Choose a tag to compare

Bugfixes:

  • OperationalErrors thrown by promisified functions retain custom properties, such as .code and .path.

v2.6.3

12 Jan 13:40
Compare
Choose a tag to compare

Bugfixes: