Releases: mfatihercik/errless
Releases · mfatihercik/errless
v0.5.1
- bug fixes
- only capture exception thrown by liblary
Full Changelog: v0.5.0...v0.5.1
v0.5.0
breaking changes
- rename check[x]W function to Try{X} function
- rename check{x} function to Throw{X} function
- add If, Fallback method
Full Changelog: v0.4.1...v0.5.0
v0.4.1
- bug fix
Full Changelog: v0.3.0...v0.4.1
v0.4.0
- add IF method to filter errors
v0.3.0
Full Changelog: v0.2.0...v0.3.0
- Breaking change
- Rename functions
- With to Err
- WithMessage to ErrMessage
add Ok function
add If function to filter
v0.2.0
- add Custom Error handler
- add WithMessage method
- add comparation
v0.1.0
go build and test workflow