Skip to content

Releases: grantila/trace-unhandled

v2.0.1

03 Mar 22:12
4811820
Compare
Choose a tag to compare

2.0.1 (2021-03-03)

Bug Fixes

v2.0.0

03 Mar 21:36
0d1df76
Compare
Choose a tag to compare

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

  • nodejs: Node.js 10+

v1.2.1

29 Jul 11:57
Compare
Choose a tag to compare

1.2.1 (2019-07-29)

Bug Fixes

  • jest: Forced jest 20 (later interfere with unhandled exception warnings) (bfde536)

v1.2.0

01 Jul 23:16
Compare
Choose a tag to compare

1.2.0 (2019-07-01)

Features

  • web: Added support for running it in a browser (8026f2a)

v1.1.0

30 Jun 16:27
Compare
Choose a tag to compare

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

29 Jun 09:41
Compare
Choose a tag to compare

1.0.1 (2019-06-29)

Bug Fixes

  • typings: Fixed TypeScript typings (45b325f)

v1.0.0

29 Jun 09:24
Compare
Choose a tag to compare

1.0.0 (2019-06-29)

Bug Fixes

  • compat: Fixed compatibility for Node.js < 12 (0594ce0)

Features

  • core: First working version (1904a3f)
  • core: Initial commit (f77154a)