Releases: grantila/trace-unhandled
Releases · grantila/trace-unhandled
v2.0.1
2.0.1 (2021-03-03)
Bug Fixes
v2.0.0
2.0.0 (2021-03-03)
Bug Fixes
- typings: fixed typing to align with TypeScript internals (976f9ff)
- web: added missing typing (c5f556d)
Features
- deps: bumped all deps (3a42733)
- logger: added support for custom logger (0d1df76), closes #2
- nodejs: bumped Node.js requirement to 10.x (d16a25d)
BREAKING CHANGES
v1.2.1
1.2.1 (2019-07-29)
Bug Fixes
- jest: Forced jest 20 (later interfere with unhandled exception warnings) (bfde536)
v1.2.0
1.2.0 (2019-07-01)
Features
- web: Added support for running it in a browser (8026f2a)
v1.1.0
1.1.0 (2019-06-30)
Bug Fixes
- core: Handles promise construction bodies which throw exceptions (38cd27e)
Features
- binary: Added standalone application of trace-unhandled (a45d11f)
v1.0.1
1.0.1 (2019-06-29)
Bug Fixes
- typings: Fixed TypeScript typings (45b325f)
v1.0.0
1.0.0 (2019-06-29)
Bug Fixes
- compat: Fixed compatibility for Node.js < 12 (0594ce0)
Features