Releases: Shiranuit/node-segfault-handler
Releases · Shiranuit/node-segfault-handler
Node Segfault Handler v1.4.2
Node Segfault Handler v1.4.1
What's Changed
- Support NodeJS v12, v14, v16, v18, v19 @Shiranuit in #29
Full Changelog: v1.4.0...v1.4.1
Node Segfault Handler v1.4.0
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
Full Changelog: v1.3.0...v1.4.0
Node Segfault Handler v1.3.0
What's Changed
Features
- Support writing stacktraces to file output by @Shiranuit in #24
Enhancement
- Static linking of libunwind by @Shiranuit in #23
- Update tested versions in the CI by @Shiranuit in #18
Documentation
- Add requirements for compilation per platform by @Shiranuit in #16
- Update supported versions in the README by @Shiranuit in #20
Full Changelog: v1.1.0...v1.3.0
Node Segfault Handler v1.1.0
version upgrade
Node Segfault Handler V1.0.5
Node Segfault Handler V1.0.4
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
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
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
What's Changed
- Segfault handler module by @Shiranuit
New Contributors
- @Shiranuit made their first contribution in #1
Full Changelog: https://github.com/Shiranuit/node-segfault-handler/commits/v1.0.0