Skip to content

Releases: vinyguedess/gorilla-easy-handler

v1.0.5

29 Jun 06:42
Compare
Choose a tag to compare

Fix

  • Setting HTTP Method when registering and endpoint/handler

v1.0.4

20 Jun 17:25
Compare
Choose a tag to compare

Feature

  • geh.DocEndpointyTypeBoolean
  • geh.DocEndpointyTypeObject
  • geh.DocEndpointyTypeArray
  • geh.DocEndpointParameter.Default

v1.0.3 - Omit sub items if empty

20 Jun 14:40
Compare
Choose a tag to compare
feat: omit sub items if not existent

v1.0.2

20 Jun 14:07
Compare
Choose a tag to compare

Feature

  • geh.DocEndpointParameter.Example

Chore

  • geh.DocEndpointSchema.Type omit if empty
  • geh.DocEndpointSchema.Ref omit if empty

v1.0.1

20 Jun 13:46
Compare
Choose a tag to compare

Feature

  • geh.DocEndpointParameterItem
  • geh.DocEndpointParameter.Description
  • geh.DocEndpointResponse.Headers

Refactor

  • Doc schema declaration with DocEndpointSchema

v1.0.0 - First Release

20 Jun 03:43
Compare
Choose a tag to compare

Feature

  • geh.NewRouter, creates and returns an instance of geh.GEHRouter which is responsible for managing app routers
  • geh.NewDocApp, creates and returns an instance of geh.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

06 Jun 14:53
Compare
Choose a tag to compare

Feature

  • Possible pass spread arguments to handler, easing the mocking

v0.1.6

10 Mar 22:00
Compare
Choose a tag to compare

Fix

  • Set Http Status Code after defining Response headers

v0.1.5

10 Mar 21:48
Compare
Choose a tag to compare

Refactor

  • Lately set response status, headers and content/body

v0.1.4

10 Mar 20:58
Compare
Choose a tag to compare

Fix

  • Setting response headers before setting content