Skip to content

v0.0.10: Fixed a typo

Pre-release
Pre-release
Compare
Choose a tag to compare
@vishr vishr released this 21 Apr 04:59
· 1627 commits to master since this 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