Skip to content

v0.16.0

Compare
Choose a tag to compare
@SpaceK33z SpaceK33z released this 14 Jul 11:27
· 192 commits to master since this release
  • Add support for nested backend validation errors; this means that validation errors from a deeply nested model will be properly set on that model, so you can easily show it in the frontend.
  • Add model.setInput(name, value), a shorthand for setting user input. This will also clear backend validation errors for this field.