Skip to content

🚢 0.3.0 / 2019-05-09

Compare
Choose a tag to compare
@LinusU LinusU released this 10 Nov 17:24
· 16 commits to master since this release
ed63880

💥 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