Skip to content

Release 2.0.0

Choose a tag to compare

@deankarn deankarn released this 02 Apr 23:06
· 34 commits to master since this release
5a91b6f

What changed?

Updates some internals and naming.

  • Wrapped - is now called Chain to represent a chain of errors
  • Each error in the chain is now of type Link
  • Added a New function for when you wish to create your error using text.
  • Cause now returns the naked error instead of the origin Wrapped error; also removed IsErr as it's no longer needed.