Skip to content

Releases: getsentry/rust-sourcemap

7.0.0

07 Sep 08:13
Compare
Choose a tag to compare

Various fixes and improvements

  • ref: SourceMap::adjust_mappings now works in place (#70) by @loewenheim

6.4.1

10 Aug 14:09
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: Do not set source_contents if it already exists (#68) by @kamilogorek

6.4.0

01 Aug 15:38
Compare
Choose a tag to compare

Various fixes and improvements

6.3.0

19 Jul 11:43
Compare
Choose a tag to compare

Various fixes & improvements

6.2.3

06 Mar 15:12
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: Correctly handle protocol-only sourceRoot values (#61) by @kamilogorek

6.2.2

24 Feb 12:06
Compare
Choose a tag to compare

Various fixes & improvements

  • Ensure greatest_lower_bound returns lowest match index (#60) by @jridgewell
  • feat: Switch to data-encoding for base64 (#59) by @mitsuhiko

6.2.1

09 Jan 14:46
Compare
Choose a tag to compare

Various fixes & improvements

6.2.0

29 Sep 12:57
Compare
Choose a tag to compare

Features:

  • Add source_root support for SourceMap and SourceMapBuilder, with respective getters/setters and de/serialization. (#51)

6.1.0

17 Aug 11:02
Compare
Choose a tag to compare

Features:

  • Add a new get_scope_for_token method to SourceMapHermes as a more flexible alternative to get_original_function_name. (#48)

6.0.2

24 May 09:03
Compare
Choose a tag to compare

Fixes:

  • Improve parsing performance by reusing a temporary allocation. #40