v0.8.0
- Changed
- Computed Properties should now be provided using the
computed
option. - when a binding's key is not found on a ViewModel and any of its parents, the binding will be now created on the current vm instead of root vm.
update()
is now optional when creating custom directives.
- Computed Properties should now be provided using the
- Fixed
- Composition Events will now always cause v-model to lock update.
- Other
- Internal refactor for binding logic