Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 854 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 854 Bytes

Changelog

v0.4.0

v0.3.0

  • Cast does now handle joined errors created via errors.Join. See the documentation for more information.
  • Fixed some typos in the code documentation.

v0.2.0

  • Added function WrapCopyCode, which takes an error and–if it has an error code–copies the code to the new wrapped error.
  • Added formatted function alternatives NewErrorf, Wrapf and WrapCopyCodef

v0.1.0

  • Initial preview release.