Goyave v3.3.0 Release Notes

Release Date: 2020-10-30 // over 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.