Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 1.9 KB

Next (YYYY-mm-dd)

1.3.0 (2019-06-25)

  • PR#65 - Add TypeScript definitions.
  • PR#66 - Support for node 0.10.

1.2.0 (2019-05-18)

  • PR#62 - Support for node 12.

1.1.0 (2019-04-30)

  • PR#37 - Fix lack of stack trace on ARM.
  • PR#57 - Support for Xcode 10.
  • PR#58 - Fix the v8::String deprecation warning.

1.0.1 (2018-05-17)

  • PR#36 - Add license field to package.json.
  • PR#50 - Don't use v8-debug.h.

1.0.0 (2015-10-09)

  • PR#25 - Add repository to package.json.

0.2.5 (2015-09-12)

  • Bump NAN for 4.0.0 compatibility.
  • PR#26 - Update for NAN 2.0.

0.2.4 (2014-11-06)

  • PR#16 - Fix compile-breaking NAN bug by removing unnecessary '#define DEBUG'; restore latest NAN version. This supersedes PR#15.

0.2.3 (2014-11-06)

  • PR#15 - Tactical fix for compile-breaking bug in NAN. This will be reverted when NAN is fixed.

0.2.2 (2014-10-06)

  • PR#5 - Make module to load also in Node 0.10.x
  • PR#14 - Implemented Nan and aligned to segfault_handler naming convention

0.2.1 (2013-04-17)