Kind of an LTS version
This version is about fixing issues and removing deprecation warnings of the old API so you can feel safe to update to that version no matter what syntax you are using.
Bug Fixes
- reactive: empty collection on cursor change (252d2d4)
- viewmodel: Scope and view model logics can now be used all together (c78c507)
- viewmodel: View model and scope can both use 'getReactively' (dc0eb88)
- commonjs support for es6 modules (67a218f)
- fix missing dependencies in npm (ccf5eec)
Features
Performance Improvements
- reactive: skip comparing on initial data (21a1805)