Skip to content

Releases: ibara1454/vue-viewmodel

v0.1.0-alpha.3 Pre-release

01 Nov 17:32
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • Provide the default implementation of clear method #4

v0.1.0-alpha.2 Pre-release

31 Oct 08:11
00fd797
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • For better CJS support, we move plugin to named exports instead of default exports. #2

Improvements

  • Minify output files by terser. 07fbc87

v0.1.0-alpha.1 Pre-release

25 Oct 16:08
Compare
Choose a tag to compare
Pre-release

Features

  • Updates rollup.config.js and package.json to build UMD bundle.

v0.1.0-alpha.0 Pre-release

24 Oct 07:12
Compare
Choose a tag to compare
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.