Changelog
2.0.0-beta.4 - 28 April 2015
Changelog
2.0.0-beta.2 - 17 April 2015
Updated a dependency for better umd amd/r.js support
Changelog
2.0.0-beta.1 - 17 April 2015
computed: { 'name.fullName': ['name.first', 'name.last', function (first, last) { return first + ' ' + last; } }
Changelog
1.8.0 - 14 April 2015
createInstance
will now initialize computed properties (but they won't be updated until the item is injected into the store, or unless you use Instance#set(key, value)
to mutate the instance)Changelog
1.7.0 - 09 April 2015
Changelog
1.6.3 - 03 April 2015
Changelog
1.6.2 - 01 April 2015
Changelog
1.6.1 - 31 March 2015