Goyave v2.6.0 Release Notes

Release Date: 2020-02-19 // about 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.