Skip to content

Releases: skiptirengu/anitomy-js

v5.0: NAPI Edition

03 Oct 18:00
fb6028a
Compare
Choose a tag to compare
Merge pull request #19 from skiptirengu/develop

Use NAPI instead of NAN

v4.0.1

04 Nov 01:48
Compare
Choose a tag to compare

Check the README for the changes in this version.

v3.1.1

16 Sep 21:21
Compare
Choose a tag to compare

Fix compilation warnings

v3.1.0

16 May 12:55
Compare
Choose a tag to compare

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

03 Feb 17:22
Compare
Choose a tag to compare
  • Fixed build warnings on node 11
  • Update nan

v3.0.0

13 Aug 21:12
Compare
Choose a tag to compare

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

13 Jun 02:26
236c894
Compare
Choose a tag to compare

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

22 Nov 19:46
Compare
Choose a tag to compare
added node 7.0 to ci

v1.0.8

11 Nov 20:47
Compare
Choose a tag to compare
update package.json

v1.0.7

09 Sep 19:53
Compare
Choose a tag to compare
update package.json