Releases: vinyguedess/gorilla-easy-handler
Releases · vinyguedess/gorilla-easy-handler
v1.0.5
v1.0.4
Feature
geh.DocEndpointyTypeBoolean
geh.DocEndpointyTypeObject
geh.DocEndpointyTypeArray
geh.DocEndpointParameter.Default
v1.0.3 - Omit sub items if empty
feat: omit sub items if not existent
v1.0.2
Feature
geh.DocEndpointParameter.Example
Chore
geh.DocEndpointSchema.Type
omit if emptygeh.DocEndpointSchema.Ref
omit if empty
v1.0.1
Feature
geh.DocEndpointParameterItem
geh.DocEndpointParameter.Description
geh.DocEndpointResponse.Headers
Refactor
- Doc schema declaration with
DocEndpointSchema
v1.0.0 - First Release
Feature
geh.NewRouter
, creates and returns an instance ofgeh.GEHRouter
which is responsible for managing app routersgeh.NewDocApp
, creates and returns an instance ofgeh.DocApp
which is responsible of holding app documentation that will later be rendered on swagger/docs
and/docs/swagger.json
default endpoints for API documentation
v0.2.0
Feature
- Possible pass spread arguments to handler, easing the mocking
v0.1.6
Fix
- Set Http Status Code after defining Response headers
v0.1.5
Refactor
- Lately set response status, headers and content/body
v0.1.4
Fix
- Setting response headers before setting content