Releases: bhoriuchi/vue-deepset
Releases · bhoriuchi/vue-deepset
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Several bug fixes
- Fixed issue where vuex mutations would attempt to add
_isVue
and__ob__
properties which in turn was causing 2+ extra mutations per data change. Fixes #2 - Fixed issue where Vue 1.x mutations would mutate all fields that had been touched in the object regardless if their values had changed. This was done in the proxy set helper by adding a check if the proposed value equals immediately return true
- Modified the proxy to specifically use the composed object for all operations
- Updated test pages for vue 1x and 2x to include deep array test cases
- Updated builds to include a minified browser build
- Removed litedash methods in favor of build-in methods and updated get/has utils to follow the lodash spec more closely
- Re-organized src into main functions, litedash functions, and helper utils
v0.4.0
- Modified Proxy models dynamically build composed pseudo-proxy models. This resolves an issue in
vue@2.4.0
and higher wherev-model
bindings were not working correctly - Updated liteutils methods to work with arrays
- Added
options
argument todeepModel
that allowsuseProxy=false
where proxy will not be used even if it is available