24 lines
513 B
Markdown
24 lines
513 B
Markdown
# Changelog
|
|
|
|
## [0.2.0] - 2024-02-07
|
|
|
|
### Fixed
|
|
|
|
- [Using HandlerWithError as Middleware allows response to be sent](https://codeberg.org/danjones000/gin-error-handler/issues/1)
|
|
- Error response still sent if other response is already sent, resulting in duplicate body
|
|
|
|
## [0.1.0] - 2024-01-22
|
|
|
|
🎉 Initial release
|
|
|
|
### Added
|
|
|
|
- HandlerWithError
|
|
+ HandlerWithErrorWrapper
|
|
- ErrorMiddleware
|
|
+ Option
|
|
* Transformer
|
|
- WithTransformer
|
|
- WithDefaultTransformer
|
|
* LoggerFunc
|
|
- WithLogger
|