PackageTrack

Go modules · #2553

github.com/gravityblast/traffic

v0.5.3gravityblast/traffic

Release timeline

9 releases since 2013
201520172019202120232025

Releases

  1. v0.5.4-0.20151126213107-bccecb6def5c26 Nov 2015pre-release

    Nothing published for this version

  2. v0.5.311 Jul 2014
    Release notes

    This project publishes no release notes. Between v0.5.2 and v0.5.3 there were 11 commits, 8 of them substantive:

    • Add IRC channel link
    • updated ML address
    • no need "w" argument
    • removed BuildErrorsMiddleware
    • fmt
    • security fix for static middleware even if it’s only loaded in dev environment.
    • updated README
    • Replace ServeFile with ServeContent to use previously opened file
  3. v0.5.210 Jul 2014
    Release notes

    This project publishes no release notes. Between v0.5.1 and v0.5.2 there were 10 commits, 9 of them substantive:

    • Use *traffic.Request rather than *http.Request
    • added Fresh runner support
    • dependencies for travis-ci
    • README
    • logs to stdout
    • default port is 3000
    • removed BuildErrorsMiddleware
    • fmt
    • security fix for static middleware even if it’s only loaded in dev environment.
  4. v0.5.115 Jan 2014
    Release notes

    This project publishes no release notes. Between v0.5.0 and v0.5.1 there were 1 commits, 1 of them substantive:

    • added Fresh runner support
  5. v0.5.013 Dec 2013
    Release notes

    This project publishes no release notes. Between v0.4.0 and v0.5.0 there were 7 commits, 7 of them substantive:

    • updated template examples
    • added BuildErrorsMiddleware. useful with the runner, which is not on master yet.
    • renamed methods to Render, WriteText, WriteXML, WriteJSON
    • updated generator templates
    • middlewares don't return responsewriter and request anymore
    • updated go version in travis ci conf
    • If a custom not found handler is defined, the router doesn't write the StatusNotFound handler.
  6. v0.4.021 Nov 2013
    Release notes

    This project publishes no release notes. Between v0.3.0 and v0.4.0 there were 4 commits, 4 of them substantive:

    • fixed new-project template
    • added RenderText, RenderJSON and RenderXML to ResponseWriter
    • added TemplatesFuncs and TemplateFunc methods
    • "Use" instead of "AddMiddleware"
  7. v0.3.019 Nov 2013
    Release notes

    This project publishes no release notes. Between v0.2.0 and v0.3.0 there were 10 commits, 10 of them substantive:

    • each route can have more than one handlers.
    • route.AddBeforeFilters append one or more handlers
    • it's possible to use traffic.Render without passing any data.
    • removed before write handlers. added more test on Write and WriteHeader
    • renamed AppResponseWriter to responseWriter
    • added Request type. It's passed to handlefuncs instead of http.Request. It embeds http.Request.
    • it calls NotFoundHandler if status code is 404 and the body has not been written.
    • fix to bodywritten
    • fixed templates for command "new"
    • added RenderTemplate method to ResponseWriter
  8. v0.2.017 Nov 2013

    Nothing published for this version

  9. v0.0.0-20151126213107-bccecb6def5c26 Nov 2015pre-release

    Nothing published for this version