Skip to content

Release v2.6.0

Compare
Choose a tag to compare
@System-Glitch System-Glitch released this 19 Feb 13:12
· 1222 commits to master since this release
f41f40a
  • 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.