Skip to content

Cue.js Version 1.1

Compare
Choose a tag to compare
@monokee monokee released this 18 Oct 11:42
· 14 commits to master since this release
- implemented store.clear() for store instances

- implemented store.destroy() on an instance level. This is the same as calling static Store.clear('store-name')
- computed properties now dispatch data event on change like normal properties (issue #20)
- some code restructuring and low level optimizations