Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Releases: kohofinancial/errors-old

v1.4.0-beta

23 Sep 19:04
d547278

Choose a tag to compare

v1.4.0-beta Pre-release
Pre-release

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

17 Sep 15:45
68fbf63

Choose a tag to compare

sync latest changes from upstream
changes include the unwrap function

v1.2.0

16 Sep 21:33
ef0ee70

Choose a tag to compare

Sync with upstream (#10)

Added Invalid Argument error

30 May 18:52
774bf36

Choose a tag to compare

Invalid argument error (#2)

* Made Base constructor public

* added InvalidArgumentError

Assimilated

28 May 17:42

Choose a tag to compare

v1.0.0

Added `ErrorUnsupportedType`