This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
Releases: bahlo/goat
Releases · bahlo/goat
v1.0.7: Header fixes, WriteJSONWithStatus
v1.0.6: Middleware fix and documentation refinements
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: Fix HandlerFunc error
Changelog
- Make notFoundHandler a HandlerFunc to prevent error on Go
1.4.2
v1.0.4: Correct Content-Type header
Changelog
- This release set's the correct
Content-Type
header (application/json
) onWriteJSON
, see #2.
v1.0.3: ServeHTTP
Changelog
- Add
ServeHTTP
func to implement thehttp.Handler
interface - Add
OPTIONS
method
v1.0.2: TLS and better examples
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
v1.0.1: Better tests
This release adds more and better tests with a overall coverage of about 90 %.
v1.0: Initial release
This is the initial release.