data-tier
Advanced tools
Comparing version 2.9.1 to 2.9.2
{ | ||
"name": "data-tier", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"description": "Tiny and fast two way (MV-VM) data binding framework for browser environments.", | ||
@@ -42,7 +42,6 @@ "keywords": [ | ||
"lint": "eslint -c ./build/.eslintrc.json --ignore-path ./build/.eslintignore ./src/**/*.js", | ||
"test": "npm run build && node ./node_modules/just-test/dist/tests-runner/run-tests.js --config=./tests/tests-run-config.json", | ||
"publish": "npm run build && npm publish" | ||
"test": "npm run build && node ./node_modules/just-test/dist/tests-runner/run-tests.js --config=./tests/tests-run-config.json" | ||
}, | ||
"dependencies": { | ||
"object-observer": "^3.0.0" | ||
"object-observer": "^3.0.2" | ||
}, | ||
@@ -49,0 +48,0 @@ "devDependencies": { |
@@ -19,3 +19,3 @@ [![GitHub](https://img.shields.io/github/license/gullerya/data-tier.svg)](https://github.com/gullerya/data-tier) | ||
* __2.9.1__ | ||
* __2.9.2__ | ||
* implemented [issue #42](https://github.com/gullerya/data-tier/issues/42) - added a possibility to update tie's model as a whole via new API: `DataTier.ties.update(key, newModel);` | ||
@@ -38,2 +38,7 @@ * upgraded dependencies | ||
There is a growing number of examples and ready to run tutorials in the repo (docs/tutorials), but even more convenient to play with the snippets below: | ||
- [DataTier binding with regular DOM elements](https://codepen.io/gullerya/pen/abdmebe) - simple `input` element, its `change` event and `span` reflecting the changed value | ||
- [WebComponent scoped binding](https://codepen.io/gullerya/pen/xxZEvbK) - this time we have `input` tied to the reflecting `span` by an `input` event (immediate changes), while all of those scoped within a `web-component`, each instance if which has its own encapsulated model | ||
- ... more to come :) | ||
As many similar libraries do, `data-tier` also employes the two: | ||
@@ -40,0 +45,0 @@ * __declarative__ part of binding views to model found in HTML |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52808
109
Updatedobject-observer@^3.0.2