Skip to content

Latest commit

 

History

History
137 lines (70 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

137 lines (70 loc) · 3.92 KB

3.2.1 (2022-09-03)

3.2.0 (2022-05-03)

3.1.1 (2022-02-22)

3.1.0 (2022-01-16)

Features

  • Add support for ESM stack traces. For ESM the file paths are URLs prefixed with the file:///.
  • Add support for toggling the "show all frames" checkbox.

3.0.0 (2021-12-17)

Breaking change

  • toJSON method now returns an array of frames with two addtional properties callee and calleeShort in place of method.

Features

  • Make request optional for both HTML and JSON output

Bug fixes

  • Syntax errors are now properly reported.

2.2.1 (2021-03-23)

2.2.0 (2021-03-21)

2.1.1 (2020-10-04)

2.0.10 (2020-10-01)

2.0.10 (2018-09-29)

Features

  • links: add support for font awesome icons and lazy load css files (1bd258a)

2.0.9 (2018-08-11)

Bug Fixes

  • docs: remove outdated link from Contributing (#7) (4edf88c)
  • frame: do not crash when filepath does not exist (#6) (dac572d)

Features

  • frame: handle common Webpack setup (#8) (896474c)

2.0.8 (2018-06-18)

2.0.7 (2018-01-10)

Features

  • frame: attach isModule and isNative props to frame (46e8bbe)

2.0.6 (2018-01-09)

2.0.5 (2017-06-13)

Bug Fixes

  • template: improve css for smaller screens (b07c77d)

2.0.4 (2017-01-31)

Bug Fixes

  • test: use mocha instead of japa (8bf7039)

2.0.3 (2017-01-30)

Bug Fixes

  • regex: use plain regex over path.sep (db3e2dc)

2.0.2 (2017-01-27)

Bug Fixes

  • package: fix path to main file (5ad3b4a)

2.0.1 (2017-01-26)

Bug Fixes

  • package: fix path to main file (5ad3b4a)

2.0.0 (2017-01-26)

Features