Goyave v2.1.0 Release Notes

Release Date: 2019-12-08 // over 4 years ago
    • filesystem.GetMIMEType now detects css, js, json and jsonld files based on their extension.
    • ➕ Added maintenance mode.
      • Can be toggled at runtime.
      • The server can be started in maintenance mode using the maintenance config option. (Defaults to false)
    • ➕ Added advanced array validation, with support for n-dimensional arrays.
    • Malformed request messages can now be localized. (malformed-request and malformed-json entries in locale.json)
    • Modified the validator to allow manual validation.