Releases: ehmicky/handle-cli-error
Releases · ehmicky/handle-cli-error
v6.2.0
Sorry, something went wrong.
No results found
Features
- Add a custom option to choose the name of the customization method. By default, it is 'beautiful'.
v6.1.0
Sorry, something went wrong.
No results found
v6.0.0
Sorry, something went wrong.
No results found
Breaking changes
- Previously, if the props option was false, nested errors (error.cause and error.errors) were not printed. To achieve the same behavior, the cause option must now be set to false.
Features
- Nested errors are now printed on their own, which results in a prettier output.
v5.3.0
Sorry, something went wrong.
No results found
Features
- Add option log to customize printing the error message.
v5.2.1
Sorry, something went wrong.
No results found
Bug fixes
- Fix issues printing errors that include ] in their message, when the stack option is false.
v5.2.0
Sorry, something went wrong.
No results found
v5.1.0
Sorry, something went wrong.
No results found
Features
- Split the core logic into a separate package: beautiful-error. It can be used if you want to prettify an error but not exit the process.
v5.0.1
Sorry, something went wrong.
No results found
Documentation
- Improve documentation in README.md
v5.0.0
Sorry, something went wrong.
No results found
Breaking changes
- Minimal supported Node.js version is now 18.18.0
v4.0.2
Sorry, something went wrong.
No results found
Dependencies
- Upgrade internal dependencies