Skip to content

🚢 2.0.0 / 2019-11-16

Choose a tag to compare

@LinusU LinusU released this 16 Nov 18:00
· 2 commits to master since this release
21a4d6f

💥 Breaking Changes

  • Drop support for Node.js <8.3

    Migration Guide:

    Upgrade to Node.js 8.3.0 or newer for continued support.

  • Change API to return Promises

    Migration Guide:

    Every function that previously accepted a callback now returns a Promise instead. See the updated documentation for details.

🎉 Enhancements

  • Add TypeScript typings

🌹 Internal Changes

  • Add Travis CI integration
  • Use normal assert export