data-tier
Advanced tools
Comparing version 2.9.2 to 2.9.3
{ | ||
"name": "data-tier", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "Tiny and fast two way (MV-VM) data binding framework for browser environments.", | ||
@@ -29,3 +29,5 @@ "keywords": [ | ||
], | ||
"main": "dist/data-tier.min.js", | ||
"browser": "dist/data-tier.min.js", | ||
"type": "module", | ||
"author": { | ||
@@ -46,15 +48,15 @@ "name": "Guller Yuri", | ||
"dependencies": { | ||
"object-observer": "^3.0.2" | ||
"object-observer": "^3.0.3" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.3.0", | ||
"eslint": "^7.4.0", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-import": "^2.21.2", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"just-test": "^2.3.1", | ||
"uglify-es": "^3.3.9", | ||
"fs-extra": "^9.0.0" | ||
"fs-extra": "^9.0.1" | ||
} | ||
} |
@@ -19,3 +19,3 @@ [![GitHub](https://img.shields.io/github/license/gullerya/data-tier.svg)](https://github.com/gullerya/data-tier) | ||
* __2.9.2__ | ||
* __2.9.3__ | ||
* 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,6 +38,6 @@ * 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 :) | ||
There is a growing number of examples and ready to run tutorials in the repo self (`docs/tutorials`), but even more convenient is to play with the `CodePen` 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 :) | ||
@@ -44,0 +44,0 @@ As many similar libraries do, `data-tier` also employes the two: |
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
52883
Yes
Updatedobject-observer@^3.0.3