Releases: labstack/echo
Releases · labstack/echo
v0.0.10: Fixed a typo
- 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
v0.0.9
v0.0.8
v0.0.7: New renderer interface #21
Signed-off-by: Vishal Rana <vr@labstack.com>
v0.0.6: Fixed example/main.go
Signed-off-by: Vishal Rana <vr@labstack.com>
v0.0.5: Fixed travis config
Signed-off-by: Vishal Rana <vr@labstack.com>
Error types
fixed broken build Signed-off-by: Vishal Rana <vr@labstack.com>