v0.0.10: Fixed a typo
Pre-release
Pre-release
- Moved middleware package to root
- HandlerFunc signature change to
func(*Context) error
- Support for handlers which return error for central error handling
- Introduced centralized HTTP error handler
- New website for the project
- Dropped support for
func(http.Handler) http.Handler
middleware