Skip to content

v1.0.5

Compare
Choose a tag to compare
@petkaantonov petkaantonov released this 06 Jan 15:25
· 1395 commits to master since this release

Features:

  • Node.js performance: promisified functions try to check amount of passed arguments in most optimal order
  • Node.js promisified functions will have same .length as the original function minus one (for the callback parameter)