Skip to content

Latest commit

 

History

History
125 lines (63 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

125 lines (63 loc) · 2.57 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.8.1 - 2022-02-23

Fixed

  • Reduced memory allocation when collecting stack information

0.8.0 - 2020-09-14

Changed

  • Update dependencies

0.7.0 - 2020-01-13

Changed

0.6.0 - 2020-01-09

Changed

  • Updated dependencies

0.5.2 - 2020-01-06

Changed

  • match: exported ErrorMatcherFunc

0.5.1 - 2020-01-06

Fixed

  • match: race condition in As

0.5.0 - 2020-01-06

Added

  • match package for matching errors

0.4.3 - 2019-09-05

Added

0.4.2 - 2019-07-19

Added

  • NewWithDetails function to create a new error with details attached

0.4.1 - 2019-07-17

Added

  • utils/keyval package to work with key-value pairs.

0.4.0 - 2019-07-17

Added

  • Error details

0.3.0 - 2019-07-14

Added

  • Multi error
  • UnwrapEach function

0.2.0 - 2019-07-12

Added

  • *If functions that only annotate an error with a stack trace if there isn't one already in the error chain

0.1.0 - 2019-07-12

  • Initial release