Skip to content

Releases: alexbinary/promisify

v3.0.4

29 Dec 09:38

Choose a tag to compare

  • fix travis deploy config

v3.0.3

29 Dec 09:28

Choose a tag to compare

  • add David (DM) badge
  • configure Travis (CI) with automated deploy to NPM
  • add prepublish script
  • change package description
  • minor documentation update

v3.0.2

27 Dec 15:06

Choose a tag to compare

  • fix/improve readme
  • clean test code
  • update dependencies

v3.0.1

27 Dec 10:46

Choose a tag to compare

  • add API doc

v3.0.0

27 Dec 10:30

Choose a tag to compare

Breaking changes

promisify(obj, methods)

promisify(obj, methods) now returns the obj

v2.0.0

17 Dec 15:07

Choose a tag to compare

Breaking changes

Idempotent promisify()

Passing it a method that was previously returned by it will return that same method.