Skip to content

0.11.0

Choose a tag to compare

@adamghill adamghill released this 13 Dec 22:37
  • $model special argument and decorator.
  • $toggle special method.
  • Support nested properties when using the set shortcut.
  • Fix action string arguments that would get spaces removed inadvertently.

Breaking changes:

All existing special methods now start with a $ to signify they are magical. Therefore, refresh is now $refresh, reset is now $reset, and validate is now $validate.