v3.0.0
New
- Added promise API
- Added new
parse()
method (alias toparseAsync()
)
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