Releases: go-goyave/goyave
Releases · go-goyave/goyave
Release v2.0.0
- Documentation and README improvements.
- In the configuration:
- The default value of
dbConnection
has been changed tonone
. - The default value of
dbAutoMigrate
has been changed tofalse
.
- The default value of
- Added request data accessors.
- Some refactoring and package renaming have been done to better respect the Go conventions.
- The
helpers
package have been renamed tohelper
- The
- The server now shuts down when it encounters an error.
- New
validation.GetFieldType
function. - Config and Lang are now protected with a
sync.RWMutex
to avoid data races in multi-threaded environments. - Greatly improve concurrency.
- Config can now be reloaded manually.
- Added the
Trim
middleware. goyave.Response
now implementshttp.ResponseWriter
.- All writing functions can now return an error.
- Added the
NativeHandler
compatibility layer. - Fixed a bug preventing the static resources handler to find
index.html
if a directory with a depth of one was requested without a trailing slash. - Added install scripts for the template project.
- Now panics when calling
Start()
while the server is already running.
First release
v1.0.0 v1.0.0: First release
0.0.0
Init