Skip to content

Releases: leandreAlly/error-ease

v1.1.3

19 Jan 19:13

Choose a tag to compare

  • Merge pull request #17 from leandreAlly/fix-error-message-on-client 064362a
  • fix(error-message): Return formated error message on client side 4d2b3fa

v1.1.2...v1.1.3

v1.1.2

19 Jan 18:20

Choose a tag to compare

Fix import issues on error handlers

v1.1.1

19 Jan 17:33

Choose a tag to compare

Fix import on typescript file

v1.1.0

18 Jan 12:37

Choose a tag to compare

  • Update documentation

Initial Release of error-ease

17 Jan 21:43

Choose a tag to compare

In this release, we're introducing the following features:

In this release, we're introducing the following features:

Custom Error Classes: Define your own error classes for more precise error handling.
Error Serialization: Easily serialize errors for logging or sending over the network.
Error Wrapping: Wrap existing errors with custom errors without losing the original error information.