All Versions
8
Latest Version
Avg Release Cycle
85 days
Latest Release
3183 days ago
Changelog History
Changelog History
-
v1.0.7 Changes
March 21, 2016๐ Fixed
- Set
application/json
header inwriteJSON
โ Added
WriteJSONWithStatus
for returning your own status codes.
- Set
-
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
- ๐ Make notFoundHandler a HandlerFunc to prevent error on Go
-
v1.0.4 Changes
March 14, 2015๐ Changelog
- ๐ This release set's the correct
Content-Type
header (application/json
) onWriteJSON
, see #2.
- ๐ This release set's the correct
-
v1.0.3 Changes
December 12, 2014๐ Changelog
- โ Add
ServeHTTP
func to implement thehttp.Handler
interface - โ Add
OPTIONS
method
- โ Add
-
v1.0.2 Changes
August 03, 2014๐ Changelog
- ๐ New method
RunTLS
to theRouter
, which expects HTTPS connections. - An example for wrapping incompatible middleware
- ๐ Fixed a few typos in
README.md
- ๐ Fixed broken markdown list in
CONTRIBUTING.md
- ๐ New method
-
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.