Skip to content

Releases: sugiruu/anitomy-js

v5.0: NAPI Edition

Choose a tag to compare

@sugiruu sugiruu released this 03 Oct 18:00
fb6028a
Merge pull request #19 from skiptirengu/develop

Use NAPI instead of NAN

v4.0.1

Choose a tag to compare

@sugiruu sugiruu released this 04 Nov 01:48

Check the README for the changes in this version.

v3.1.1

Choose a tag to compare

@sugiruu sugiruu released this 16 Sep 21:21

Fix compilation warnings

v3.1.0

Choose a tag to compare

@sugiruu sugiruu released this 16 May 12:55

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

Choose a tag to compare

@sugiruu sugiruu released this 03 Feb 17:22
  • Fixed build warnings on node 11
  • Update nan

v3.0.0

Choose a tag to compare

@sugiruu sugiruu released this 13 Aug 21:12

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

Choose a tag to compare

@sugiruu sugiruu released this 13 Jun 02:26
236c894

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

Choose a tag to compare

@sugiruu sugiruu released this 22 Nov 19:46
added node 7.0 to ci

v1.0.8

Choose a tag to compare

@sugiruu sugiruu released this 11 Nov 20:47
update package.json

v1.0.7

Choose a tag to compare

@sugiruu sugiruu released this 09 Sep 19:53
update package.json