Log Process Errors Versions Save

Show some ❤️ to Node.js process errors

9.1.0

1 year ago

Features

  • Add TypeScript types

9.0.0

2 years ago

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

8.0.0

2 years ago

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.

7.0.1

2 years ago

Bug fixes

  • Fix main field in package.json

7.0.0

2 years ago

Breaking changes

Features

  • Improve colors detection

6.3.0

3 years ago

Features

  • Improve colors on Windows terminal

6.2.0

3 years ago

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.

5.1.2

4 years ago

Dependency

  • Remove unused dependency core-js

6.1.1

4 years ago

Bug fixes

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

5.1.1

4 years ago

Bug fixes

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