🚢 2.0.0 / 2019-11-16
💥 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
Promiseinstead. See the updated documentation for details.
🎉 Enhancements
- Add TypeScript typings
🌹 Internal Changes
- Add Travis CI integration
- Use normal assert export