Skip to content

v2.1.0

Compare
Choose a tag to compare
@System-Glitch System-Glitch released this 08 Dec 10:16
· 1425 commits to master since this release
bda1dcb
  • 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.