Skip to content

Releases: getsentry/js-source-scopes

0.7.2

17 Apr 10:31

Choose a tag to compare

Bug Fixes 🐛

Internal Changes 🔧

  • Pin GitHub Actions to full-length commit SHAs by @joshuarli in #34

0.7.1

30 Jan 13:44

Choose a tag to compare

Internal Changes 🔧

  • (release) Switch from action-prepare-release to Craft by @BYK in #31
  • Update sourcemap by @loewenheim in #32

0.7.0

28 Nov 13:58

Choose a tag to compare

0.6.0

24 Mar 10:16

Choose a tag to compare

Various fixes & improvements

0.5.0

03 Jun 11:39

Choose a tag to compare

Various fixes & improvements

0.4.0

25 Sep 12:34

Choose a tag to compare

Various fixes & improvements

  • update dependencies with incompatible versions (#23) by @demoray

0.3.2

23 Jun 09:08

Choose a tag to compare

Various fixes & improvements

  • Update all swc crates to their latest version (#22) by @Swatinem

0.3.1

28 Nov 15:42

Choose a tag to compare

Various fixes & improvements

  • fix: Use saturating_sub in try_map_token to prevent overflow (#21) by @kamilogorek

0.3.0

23 Nov 18:27

Choose a tag to compare

Features

  • Handle computed properties in scope names. (#18)

Fixes

  • Correctly handle scope names for nested object literals. (#19)

0.2.2

21 Nov 15:05

Choose a tag to compare

Various fixes & improvements

  • fix: Allow an off-by-one in Token matching (#15) by @Swatinem