Skip to content

v3.0.0

Compare
Choose a tag to compare
@skiptirengu skiptirengu released this 13 Aug 21:12
· 72 commits to master since this release

New

  • Added promise API
  • Added new parse() method (alias to parseAsync())

Changes

  • Deprecated old callback style with single argument. You should switch to either use the Promise API or a node style callback (err, data)

Fixes

  • Fix v8 deprecation warning on node 10
  • Fix Mac OS build warnings on old node versions