All Versions
8
Latest Version
Avg Release Cycle
118 days
Latest Release
2310 days ago

Changelog History

  • v0.6.2 Changes

    May 14, 2018

    [CI]

    • โšก๏ธ Update travis yaml
  • v0.6.1 Changes

    November 17, 2017

    ๐Ÿ›  [Fixes]

    • Do not allow more than 1 call to WriteHeader
    • Unexpected errors, now return also the panic text on the first line. Now it returns the panic text + the stack trace
  • v0.6.0 Changes

    September 28, 2017

    [Routing]

    • Add deep interceptors
    • โž• Add handler_500 error

    ๐Ÿ›  [Fixes]

    • Append operation to c.PathHandlers
  • v0.5.0 Changes

    June 01, 2017

    ๐Ÿ“š [Documentation]

    [Routing]

    • โž• Add Google custom methods

    [Others]

    • โšก๏ธ Optimize routing order
    • Cache some node path operations
  • v0.4.0 Changes

    November 09, 2016

    ๐Ÿ“š [Documentation]

    [Routing]

    • โž• Add fullpath feature
    • ๐Ÿ‘Œ Support for Context.Parameters

    ๐Ÿ›  [Fixes]

    • ๐Ÿ›  Fixed chaining interceptors bug

    [Others]

    • โž• Add interceptor NoCache
  • v0.3.0 Changes

    February 17, 2016

    ๐Ÿš€ Release notes:

    • ๐Ÿ›  Fix issue #5 (url parameter is lost)
    • ๐Ÿ‘ Allow regex in nodes with parameters
    • โž• Add some doc
  • v0.2.0 Changes

    February 12, 2016

    ๐Ÿš€ Release notes:

    • Original httpWriter has been wrapped, so now c.Response.StatusCode and c.Response.Length are available
    • ๐Ÿ‘Œ Support c.PathHandlers
    • All references to middlewares now are interceptors
    • โž• Added new interceptor: golax.InterceptorLog
  • v0.1.0 Changes

    February 05, 2016

    Fully featured framework:

    • Routing
    • Interceptors
    • Parameters