Skip to content

Releases: BugSplat-Git/node-dump-syms

v3.0.13

20 Apr 15:14

Choose a tag to compare

What's Changed

Full Changelog: v3.0.12...v3.0.13

v3.0.12

26 Mar 19:36

Choose a tag to compare

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

29 Apr 14:40

Choose a tag to compare

node-dump-syms 3.0.11

What's Changed

Full Changelog: v3.0.8...v3.0.11

v3.0.10

12 Sep 21:25

Choose a tag to compare

node-dump-syms 3.0.10

Full Changelog: v3.0.9...v3.0.10

v3.0.8

02 Jul 22:49

Choose a tag to compare

What's Changed

Full Changelog: v3.0.6...v3.0.8

v3.0.6

20 Mar 16:44

Choose a tag to compare

Full Changelog: v3.0.2...v3.0.6

v3.0.2

20 Mar 15:24

Choose a tag to compare

Full Changelog: v3.0.1...v3.0.2

v3.0.1

20 Mar 15:13

Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0

20 Mar 14:14
6400f4f

Choose a tag to compare

What's Changed

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

31 Mar 16:30

Choose a tag to compare

What's Changed

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