🚢 0.3.0 / 2019-05-09
💥 Breaking Changes
-
Drop support for Node.js 4 and 6
Migration Guide:
Upgrade to at least Node.js 8 for continued support.
-
Convert async API to be Promise based
Migration Guide:
The async functions now returns a
Promise
instead of accepting a callback. Update your callsites accordingly. -
Build using N-API instead of NAN
Migration Guide:
Upgrade to at least Node.js 8.6.0 for continued support.
🎉 Enhancements
- Cleanup package metadata
🌹 Internal Changes
- Bump lodash in package lock