Skip to content

v0.24.0

Compare
Choose a tag to compare
@lauraluiz lauraluiz released this 25 Oct 16:54
· 125 commits to master since this release
  • [CHANGE] ErrorFormatter#format method accepts a list of named arguments.
  • [CHANGE] Constraint errors from Play Framework can be translated using the default bundle (e.g. @Constraints.Required uses "error.required" message key, which is then transformed to "main:error.required"). The complete list of errors generated in Play Framework can be found in messages.default.
  • [FIX] Form errors and messages generated in Sunrise are now a i18n message key instead of the previous English version. The complete list of message keys can be found in messages.yaml.