Skip to content

Releases: petkaantonov/bluebird

v2.9.12

19 Feb 16:17
Compare
Choose a tag to compare

Bugfixes:

  • Fix memory leak introduced in 2.9.0 (#502)

v2.9.11

19 Feb 14:30
Compare
Choose a tag to compare

Bugfixes:

v2.9.10

18 Feb 20:45
Compare
Choose a tag to compare

Bugfixes:

v2.9.9

12 Feb 18:24
Compare
Choose a tag to compare

Bugfixes:

  • Fix TypeError: Cannot assign to read only property 'length' when jsdom has declared a read-only length for all objects to inherit.

v2.9.8

10 Feb 17:51
Compare
Choose a tag to compare

Bugfixes:

  • Fix regression introduced in 2.9.7 where promisify didn't properly dynamically look up methods on this

v2.9.7

08 Feb 08:06
Compare
Choose a tag to compare

Bugfixes:

  • Fix promisify not retaining custom properties of the function. This enables promisifying the "request" module's export function and its methods at the same time.
  • Fix promisifyAll methods being dependent on this when they are not originally dependent on this. This enables e.g. passing promisified fs functions directly as callbacks without having to bind them to fs.
  • Fix process.nextTick being used over setImmediate in node.

v2.9.6

02 Feb 17:31
Compare
Choose a tag to compare

Bugfixes:

  • Node environment detection can no longer be fooled

v2.9.5

02 Feb 01:25
Compare
Choose a tag to compare

Misc:

  • Warn when .then() is passed non-functions

v2.9.4

30 Jan 16:12
Compare
Choose a tag to compare

Bugfixes:

  • Fix .timeout() not calling clearTimeout with the proper handle in node causing the process to wait for unneeded timeout. This was a regression introduced in 2.9.1.

v2.9.3

27 Jan 01:02
Compare
Choose a tag to compare

Bugfixes:

  • Fix node-webkit compatibility issue (#467)
  • Fix long stack trace support in recent firefox versions