- Custom router implementation. Goyave is not using gorilla/mux anymore. The new router is twice as fast and uses about 3 times less memory.
- Now redirects to configured protocol if request scheme doesn't match.
- Added named routes.
- Added
Route.GetFullURI()
andRoute.BuildURL()
for dynamic URL generation. - Added
helper.IndexOfStr()
andhelper.ContainsStr()
for better performance when using string slices. - Moved from GoDoc to pkg.go.dev.
- Print errors to stderr.