3.2.1 (2022-09-03)
3.2.0 (2022-05-03)
3.1.1 (2022-02-22)
3.1.0 (2022-01-16)
- 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)
toJSON
method now returns an array of frames with two addtional propertiescallee
andcalleeShort
in place ofmethod
.
- Make
request
optional for both HTML and JSON output
- 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)
- links: add support for font awesome icons and lazy load css files (1bd258a)
2.0.9 (2018-08-11)
- docs: remove outdated link from Contributing (#7) (4edf88c)
- frame: do not crash when filepath does not exist (#6) (dac572d)
2.0.8 (2018-06-18)
2.0.7 (2018-01-10)
- frame: attach isModule and isNative props to frame (46e8bbe)
2.0.6 (2018-01-09)
2.0.5 (2017-06-13)
- template: improve css for smaller screens (b07c77d)
2.0.4 (2017-01-31)
- test: use mocha instead of japa (8bf7039)
2.0.3 (2017-01-30)
- regex: use plain regex over path.sep (db3e2dc)
2.0.2 (2017-01-27)
- package: fix path to main file (5ad3b4a)
2.0.1 (2017-01-26)
- package: fix path to main file (5ad3b4a)
- initial implementation (aba222a)