responsable-errors/CHANGELOG.md
2024-01-21 13:56:19 -06:00

34 lines
481 B
Markdown

# Changelog
## [0.2.0] - 2024-01-21
### Added
- ResponsableError.JSON
- ResponsableError extends json.Marshaler
- SettableError.SetField
## [0.1.1] - 2024-01-17
### Changed
- Just the license
## [0.1.0] - 2024-01-17
Initial Release! Hope you like it!
### Added
- Interfaces:
+ ResponsableError
+ SettableError
+ UnwrappableError
+ UnwrappableErrorrs
- Functions:
+ Errorf
+ NewNotFound
+ NewBadRequest
+ NewInternalError
- Lots of tests!