Skip to content

Releases: ehmicky/modern-errors-cli

v6.0.0

01 Oct 00:37

Choose a tag to compare

Breaking changes

  • Previously, if the props option was false, aggregate errors were not printed. To achieve the same behavior, the cause option must now be set to false.

Features

  • Aggregate errors are now printed on their own, which result in a prettier output.

v5.2.0

17 Jun 03:52

Choose a tag to compare

Features

  • Add option log to customize printing the error message.

v5.1.0

25 May 23:06

Choose a tag to compare

Features

v5.0.1

29 Mar 03:35

Choose a tag to compare

Documentation

  • Improve documentation in README.md

v5.0.0

28 Oct 22:31

Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

v4.0.0

14 May 00:58

Choose a tag to compare

Breaking changes

  • Minimal supported modern-errors version is now 6.0.0

v3.0.0

13 May 23:59

Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

v2.3.0

17 Dec 20:09

Choose a tag to compare

Features

  • Migrate to TypeScript

Release 2.2.0

19 Nov 20:29

Choose a tag to compare

Features

  • error.exit() has been renamed to BaseError.exit(error). error.exit() is deprecated but still supported.

Release 2.1.0

19 Nov 14:24

Choose a tag to compare

Features

  • Upgrade to the latest version of modern-errors