Skip to content

Releases: Shiranuit/node-segfault-handler

Node Segfault Handler v1.4.2

02 Jan 12:46
8f59a0f
Compare
Choose a tag to compare

Update installation instructions in the README

Node Segfault Handler v1.4.1

02 Jan 11:54
b0bad33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

Node Segfault Handler v1.4.0

23 Dec 12:46
e108915
Compare
Choose a tag to compare

What's Changed

  • Fix build error from removed method 'CreationContext()' by @j1elo & @Shiranuit in #26 & #27
  • Rollback to dynamic linking because of libunwind inconsistently compiled with -fPIC
  • Fix broken compilation on Windows and MacOS
  • Add test for V18
  • Only support LTS versions of node, because NAN is not consistent in non LTS versions.

New Contributors

  • @j1elo made their first contribution in #26

Full Changelog: v1.3.0...v1.4.0

Node Segfault Handler v1.3.0

14 Dec 10:18
Compare
Choose a tag to compare

What's Changed

Features

  • Support writing stacktraces to file output by @Shiranuit in #24

Enhancement

Documentation

Full Changelog: v1.1.0...v1.3.0

Node Segfault Handler v1.1.0

04 Aug 11:03
Compare
Choose a tag to compare

Node Segfault Handler V1.0.5

04 Aug 10:21
19f146e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

Node Segfault Handler V1.0.4

02 Dec 11:25
b6f59a6
Compare
Choose a tag to compare

What's Changed

  • Enhance library detection to avoid false positive by @Shiranuit in #9

Full Changelog: v1.0.3...v1.0.4

Node Segfault Handler V1.0.3

17 Nov 20:05
Compare
Choose a tag to compare

What's Changed

  • Better checks at compile time to know if the libunwind is installed

Full Changelog: v1.0.0...v1.0.2

Node Segfault Handler V1.0.2

17 Nov 19:15
Compare
Choose a tag to compare

What's Changed

  • Support other OS and Disable native stacktraces when libunwind is not installed on the system by @Shiranuit in #7

Full Changelog: v1.0.0...v1.0.2

Segfault Handler V1.0.0

23 Oct 17:10
93f2738
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Shiranuit/node-segfault-handler/commits/v1.0.0