Releases: BugSplat-Git/node-dump-syms
Releases · BugSplat-Git/node-dump-syms
v3.0.13
What's Changed
- chore: switch to vitest by @bobbyg603 in #19
- fix: add windows-11-arm prebuilt binary by @bobbyg603 in #20
Full Changelog: v3.0.12...v3.0.13
v3.0.12
What's Changed
- fix: add Node.js v24 (ABI 137) to prebuilt binary build matrix by @Copilot in #16
- chore: fix build-from-source failure: pin dump_syms to =2.3.4, ship Cargo.lock in npm package by @Copilot in #18
New Contributors
- @Copilot made their first contribution in #16
Full Changelog: v3.0.11...v3.0.12
v3.0.11
node-dump-syms 3.0.11
What's Changed
- fix: invoke @mapbox/node-pre-gyp at install by @bobbyg603 in #11
- chore: update dependencies by @bobbyg603 in #12
- fix: global script invocation by @bobbyg603 in #13
Full Changelog: v3.0.8...v3.0.11
v3.0.10
node-dump-syms 3.0.10
Full Changelog: v3.0.9...v3.0.10
v3.0.8
v3.0.6
Full Changelog: v3.0.2...v3.0.6
v3.0.2
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- chore!: remove precompiled binaries by @bobbyg603 in #8
Breaking Changes
- Combined dumpSyms and dumpSymsSync into a single sync method that calls Mozilla's dump_syms crate
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- feat: support bullseye by @bobbyg603 in #6
BREAKING CHANGES:
- Due to node buffer size limitations and output path is now required.
- Dump_syms has various native dependencies and thus building for "Linux" is not reliable. Passing a platform enum is now required to invoke the correct dump_syms binary.
Full Changelog: v1.2.1...v2.0.0