Skip to content

v2.9.15

Compare
Choose a tag to compare
@petkaantonov petkaantonov released this 26 Mar 15:11
· 689 commits to master since this release

Features:

  • Added .asCallback alias for .nodeify.

Bugfixes:

  • Don't always use nextTick, but try to pick up setImmediate or setTimeout in NW. Fixes #534, #525
  • Make progress a core feature. Fixes #535 Note that progress has been removed in 3.x - this is only a fix necessary for 2.x custom builds.