Releases: tkrotoff/throw-on
Releases · tkrotoff/throw-on
v0.7.0
- Breaking change: always display the original console message before throwing
v0.6.6
- Remove comments from ESM build
- Test with Node.js 18
- Update some npm packages
v0.6.5
- Warn against possible infinite loop
v0.6.4
- Fix documentation: Node.js 14 supported
v0.6.2
- Fix format(), was not handling extra arguments 🤦
v0.6.1
- Fix clickable link in Chrome
v0.6.0
- Breaking change: pass the method name as a parameter
- Example: throwOnConsoleError(...) becomes throwOnConsole('error', ...)
- Support for console.info, console.log, console.dir, console.debug
- Support for web browsers
v0.5.0
- Remove bin/jest_throw-on hack: half works :-/
- 1 extra line inside the stack trace instead of 2 when using the
ignore
option