2.6 KiB
2.6 KiB
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.
Unreleased
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
- Updated dependencies (github.com/pkg/errors)
- Use
WithMessageandWithMessageffrom github.com/pkg/errors
0.6.0 - 2020-01-09
Changed
- Updated dependencies
0.5.2 - 2020-01-06
Changed
match: exportedErrorMatcherFunc
0.5.1 - 2020-01-06
Fixed
match: race condition inAs
0.5.0 - 2020-01-06
Added
matchpackage for matching errors
0.4.3 - 2019-09-05
Added
Sentinelerror type for creating constant error
0.4.2 - 2019-07-19
Added
NewWithDetailsfunction to create a new error with details attached
0.4.1 - 2019-07-17
Added
utils/keyvalpackage to work with key-value pairs.
0.4.0 - 2019-07-17
Added
- Error details
0.3.0 - 2019-07-14
Added
- Multi error
UnwrapEachfunction
0.2.0 - 2019-07-12
Added
*Iffunctions 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