github go-goyave/goyave v2.6.0
Release v2.6.0

latest releases: v5.3.0, v5.2.1, v5.2.0...
4 years ago
  • 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() and Route.BuildURL() for dynamic URL generation.
  • Added helper.IndexOfStr() and helper.ContainsStr() for better performance when using string slices.
  • Moved from GoDoc to pkg.go.dev.
  • Print errors to stderr.

Don't miss a new goyave release

NewReleases is sending notifications on new releases.