Releases: skiptirengu/anitomy-js
Releases · skiptirengu/anitomy-js
v5.0: NAPI Edition
Merge pull request #19 from skiptirengu/develop Use NAPI instead of NAN
v4.0.1
v3.1.1
Fix compilation warnings
v3.1.0
Fixes
- Fix build on Node 12
- Fix a ton of warnings generated by Node 12
Breaking changes
- Node 5 is gone for good and now the minimum requirement is Node 6
v3.0.1: Fixed build warnings on node 11
- Fixed build warnings on node 11
- Update nan
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
BC breaking release
BC breaking changes
- Dropped node 0.12 support
- anitomy-js now requires C++ 14 to build, so make sure to update your build tools:
- Linux: GCC/G++ >= 5
- Windows: Visual Studio >= 2015
- Mac OS: Just update your Xcode :)
v1.0.9
added node 7.0 to ci
v1.0.8
update package.json
v1.0.7
update package.json