Releases: sugiruu/anitomy-js
Releases · sugiruu/anitomy-js
v5.0: NAPI Edition
Compare
Sorry, something went wrong.
No results found
Merge pull request #19 from skiptirengu/develop
Use NAPI instead of NAN
v4.0.1
Compare
Sorry, something went wrong.
No results found
Check the README for the changes in this version.
v3.1.1
Compare
Sorry, something went wrong.
No results found
v3.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed build warnings on node 11
Update nan
v3.0.0
Compare
Sorry, something went wrong.
No results found
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
BC breaking release
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
added node 7.0 to ci
v1.0.8
Compare
Sorry, something went wrong.
No results found
update package.json
v1.0.7
Compare
Sorry, something went wrong.
No results found
update package.json