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.
- Added CodeQL action.
- Fixed character scape issues with
Error.MarshalJSON
.
- Added Go 1.17 support.
- Added
Wrapf
function.
- Fixed a string escaping bug in
Error.MarshalJSON
.
- Added
Wrap
function.
- BREAKING: Changed
New
function parameters.
- Implemented the
errors.Wrap
interface on the Error struct. - Implemented the
error.Unwrap
interface on the Error struct.
- Fixed a failing test.
- Implemented the
json.Marshaler
interface on the Error struct.
- Updated Dependabot configuration file.
- Added
Newf
function.
- Updated the readme.
- 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.