- $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.