Release 2.0.0
What changed?
Updates some internals and naming.
Wrapped- is now calledChainto represent a chain of errors- Each error in the chain is now of type 
Link - Added a 
Newfunction for when you wish to create your error using text. Causenow returns the naked error instead of the origin Wrapped error; also removedIsErras it's no longer needed.