Skip to content

Releases: ehmicky/log-process-errors

Release 9.1.0

17 Jul 17:18
Compare
Choose a tag to compare

Features

  • Add TypeScript types

Release 9.0.0

09 May 20:30
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Release 8.0.0

18 Feb 14:49
Compare
Choose a tag to compare

Breaking changes

  • multipleResolves has been deprecated by Node.js. Therefore, support for it has been removed.
    • If your code uses the level or exitOn option with a multipleResolves parameter, you should remove it.
    • Otherwise, this release is not a breaking change for you.

Release 7.0.1

22 Jun 12:25
Compare
Choose a tag to compare

Bug fixes

  • Fix main field in package.json

Release 7.0.0

22 Jun 11:42
Compare
Choose a tag to compare

Breaking changes

Features

  • Improve colors detection

Release 6.3.0

24 Feb 22:39
Compare
Choose a tag to compare

Features

  • Improve colors on Windows terminal

Release 6.2.0

24 Oct 18:14
Compare
Choose a tag to compare

Features

  • The exitOn() option now defaults to ['uncaughtException', 'unhandledRejection'] on Node >= 15.0.0. Its default
    value is still ['uncaughtException'] on Node < 15.0.0. This is to mimic Node.js default behavior: since Node 15.0.0, processes exit on unhandled promises.

Release 5.1.2 (backport)

14 Apr 11:00
Compare
Choose a tag to compare

Dependency

  • Remove unused dependency core-js

Release 6.1.1

07 Apr 10:08
Compare
Choose a tag to compare

Bug fixes

  • Fix handling uncaught exceptions or warnings that are not Error instances (#32)

Release 6.1.0

06 Apr 19:11
Compare
Choose a tag to compare

Features

Bug fixes

  • Do not remove error static properties