Releases: ibara1454/vue-viewmodel
Releases · ibara1454/vue-viewmodel
v0.1.0-alpha.3 Pre-release
Breaking changes
- Provide the default implementation of
clear
method #4
v0.1.0-alpha.2 Pre-release
v0.1.0-alpha.1 Pre-release
Features
- Updates
rollup.config.js
andpackage.json
to build UMD bundle.
v0.1.0-alpha.0 Pre-release
Features
- Implements the
viewModels
function to manage the data stores (e.g.ViewModel
) belongs to the given scope. (The default is the current component) - Implements the clean-up progress to clear view-models after the scopes have been destroyed.