github go-goyave/goyave v3.3.0
Release v3.3.0

latest releases: v5.2.1, v5.2.0, v5.1.1...
3 years ago
  • Added request.Extra. Thank you @gmgalvan for your contribution!
  • TestSuite now runs auto migrations if they're enabled before running the tests.
  • TestSuite don't load config anymore if it's already loaded. This allows you to load a test configuration file using LoadFrom() before calling goyave.RunTest().
  • response.JSON() doesn't remove hidden fields anymore. The use of json:"-" makes more sense and saves some execution time. Removing hidden fields manually is still possible.

Don't miss a new goyave release

NewReleases is sending notifications on new releases.