This repository was archived by the owner on Sep 26, 2024. It is now read-only.
Releases: kohofinancial/errors-old
Releases · kohofinancial/errors-old
v1.4.0-beta
Updates our error formatting to not diverge in implementation from pkg/errors. This will change how errors are serialized to strings as previous where we will always print the stack trace.
This is made as a pre-release while this change is verified in repositories.
v1.3.0
v1.2.0
Added Invalid Argument error
Invalid argument error (#2) * Made Base constructor public * added InvalidArgumentError
Assimilated
v1.0.0 Added `ErrorUnsupportedType`