This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Releases: gofor-little/xerror
Releases · gofor-little/xerror
v0.4.1
Fixed
- Fixed a string escaping bug in
Error.MarshalJSON
.
v0.4.0
Added
- Added
Wrap
function.
Changed
- BREAKING: Changed
New
function parameters.
v0.3.0
Added
- Implemented the
errors.Wrap
interface on the Error struct. - Implemented the
error.Unwrap
interface on the Error struct.
v0.2.3
Fixed
- Fixed a failing test.
v0.2.2
Changed
- Implemented the
json.Marshaler
interface on the Error struct.
v0.2.1
Changed
- Updated Dependabot configuration file.
v0.2.0
Added
- Added
Newf
function.
v0.1.1
Changed
- Updated the readme.
v0.1.0
Added
- Added the
Error
struct. - Implemented the
errors.Error
interface on the Error struct. - Added
New
function. - Added GitHub CI action.
- Added GitHub Stale action.
- Added a license.
- Added a readme.