Changelog
1.2.9 - Tue Mar 09 2021 22:34:18
Contributor: Theo Gravity
Two utility methods have been defined:
generateHighLevelErrors()
generateLowLevelErrors()
See readme for more details.
Changelog
1.2.8 - Tue Mar 09 2021 03:52:59
Contributor: Theo Gravity
Changelog
1.2.7 - Tue Mar 09 2021 01:55:52
Contributor: Theo Gravity
ErrorRegistry
config option onCreateError
You can now globally modify new errors created from the error registry via the onCreateError
handler.
Changelog
1.2.6 - Tue Mar 09 2021 00:23:04
Contributor: Theo Gravity
If you are calling ErrorRegistry#newError
or related functions to create errors, the stack trace includes an ErrorRegistry
entry. This change removes that entry for easier readability.
Changelog
1.2.5 - Mon Mar 08 2021 22:54:45
Contributor: Theo Gravity
Changelog
1.2.4 - Mon Mar 08 2021 22:05:16
Contributor: Theo Gravity
Fix handler example, add config usage
Changelog
1.2.3 - Mon Mar 08 2021 21:59:38
Contributor: Theo Gravity
You can now perform post-processing on serialized data via onPreToJSONData
/ onPreToJSONDataSafe
options. See readme for more details.
Changelog
1.2.2 - Mon Mar 08 2021 21:06:07
Contributor: Theo Gravity
This adds omitEmptyMetadata
to the BaseError
configuration.
Changelog
1.2.1 - Mon Mar 08 2021 20:33:41
Contributor: Theo Gravity
New configuration options have been added to the ErrorRegistry and BaseError. See readme for more details.
Changelog
1.1.2 - Mon Sep 21 2020 04:13:44
Contributor: Theo Gravity