Releases: meteran/gnext
Releases · meteran/gnext
Release v0.10.2 (11.09.2023)
Release v0.10.1 (11.09.2023)
- [FIX] reflect error on validation error
Release v0.10.0 (17.05.2023)
- [NEW] Ability to define security schemas in docs
Release v0.9.0 (09.05.2023)
- [EDIT] Do not generate endpoint tags if are overridden
- [EDIT] Update openapi library
Release v0.8.0 (28.04.2023)
- [EDIT] Use relative path to json docs in interactive documentation
- [FIX] Update vulnerable libraries to prevent security issues
Release v0.7.0 (05.12.2022)
- [NEW] Error handlers dedicated for specific types of errors
- [NEW] Generate docs for all error handlers responses
- [FIX] Primitive custom types are now allowed in payloads
- [EDIT] Switch from one to multiple error handlers
- [EDIT] Fallback to middlewares after error handling
Release v0.6.0 (01.05.2022)
- [FIX] Handler without response body
- [FIX] Error value setter
- [EDIT]
RootRouter
interface, raw router is now accessible - [EDIT] Extend documentation
Release v0.5.0 (23.02.2022)
- [EDIT] Simpler router initialization with default options
Release v0.4.0 (22.02.2022)
- [NEW] Required fields recognition
- [FIX] Maps in payloads
- [EDIT] Documentation creation refactoring
Release v0.3.0 (06.02.2022)
- [NEW] Generate docs for headers
- [NEW] Allow for any type (
interface{}
) in payloads