All Versions
8
Latest Version
Avg Release Cycle
85 days
Latest Release
2956 days ago

Changelog History

  • v1.0.7 Changes

    March 21, 2016

    ๐Ÿ›  Fixed

    • Set application/json header in writeJSON

    โž• Added

    • WriteJSONWithStatus for returning your own status codes.
  • v1.0.6 Changes

    February 18, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug where middleware was only applied to the top-level router, now uses the middleware from all the parents as well.

    ๐Ÿ”„ Changed

    • Badges in README.md are now SVG instead of PNG (Retina people be like ๐Ÿ™‰๐ŸŽ‰)
    • CONTRIBUTION.md is now generally more helpful.
  • v1.0.5 Changes

    July 06, 2015

    ๐Ÿ”„ Changelog

    • ๐Ÿ‘‰ Make notFoundHandler a HandlerFunc to prevent error on Go 1.4.2
  • v1.0.4 Changes

    March 14, 2015

    ๐Ÿ”„ Changelog

    • ๐Ÿš€ This release set's the correct Content-Type header (application/json) on WriteJSON, see #2.
  • v1.0.3 Changes

    December 12, 2014

    ๐Ÿ”„ Changelog

    • โž• Add ServeHTTP func to implement the http.Handler interface
    • โž• Add OPTIONS method
  • v1.0.2 Changes

    August 03, 2014

    ๐Ÿ”„ Changelog

    • ๐Ÿ†• New method RunTLS to the Router, which expects HTTPS connections.
    • An example for wrapping incompatible middleware
    • ๐Ÿ›  Fixed a few typos in README.md
    • ๐Ÿ›  Fixed broken markdown list in CONTRIBUTING.md
  • v1.0.1 Changes

    August 01, 2014

    ๐Ÿš€ This release adds more and better tests with a overall coverage of about 90 %.

  • v1.0 Changes

    August 01, 2014

    ๐Ÿš€ This is the initial release.