Skip to content

Releases: marvinhagemeister/errorstacks

2.4.1

08 Nov 23:04
60f86a1
Compare
Choose a tag to compare

What's Changed

  • fix: expose types in export map by @43081j in #22

New Contributors

Full Changelog: v2.4.0...v2.4.1

2.3.2

30 Mar 07:23
Compare
Choose a tag to compare

Add export map to allow Node 12 to use named exports in ESM mode

2.3.1

30 Mar 07:26
Compare
Choose a tag to compare

This version contains a publishing error. Please use 2.3.2 instead

2.2.0

04 Jan 16:33
Compare
Choose a tag to compare

2.1.1

03 Jan 13:18
Compare
Choose a tag to compare

Fixes a publishing error with 2.1.0

2.1.0

03 Jan 13:14
Compare
Choose a tag to compare
  • Parse errors thrown on internal browser pages like about:blank and chrome://new-tab/ #8

2.0.0

17 Sep 18:11
Compare
Choose a tag to compare

Previously the parser would parse the content inside the braces of this function Object.WithStyles(ForwardRef(ButtonBase)) as the file name.

  • Removes browser specific parsing exports (accidentally exposed them earlier)
  • Adds extra step for parsing mapping location to make internals a lot easier to maintain (the regex was getting out of hand)
  • Treat at <anonymous>:2:1 as native and mark <anonymous> as the file name
  • Keep the <> characters instead of removing them

Maintenance

  • Add prettier + commit hooks

1.3.0

04 Jul 20:07
Compare
Choose a tag to compare
  • Refactor unmapped location parsing
  • Fix incorrect location when a class has a native method

1.2.0

04 Jul 18:28
Compare
Choose a tag to compare
  • Add support for custom webpack stack traces. The include the unmapped source lines on top of the sourcemapped ones.