Releases: marvinhagemeister/errorstacks
Releases · marvinhagemeister/errorstacks
2.4.1
2.3.2
Add export map to allow Node 12 to use named exports in ESM mode
2.3.1
This version contains a publishing error. Please use 2.3.2
instead
2.2.0
- Add support for parsing webkit stack traces (#9, thanks @LarsDenBakker )
2.1.1
Fixes a publishing error with 2.1.0
2.1.0
2.0.0
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
asnative
and mark<anonymous>
as the file name - Keep the
<>
characters instead of removing them
Maintenance
- Add
prettier
+ commit hooks
1.3.0
- Refactor unmapped location parsing
- Fix incorrect location when a class has a native method
1.2.0
- Add support for custom webpack stack traces. The include the unmapped source lines on top of the sourcemapped ones.