Skip to content

Commit

Permalink
Merge pull request #20 from modnes/release/1.1.0
Browse files Browse the repository at this point in the history
Release/1.1.0
  • Loading branch information
luizcanet committed May 4, 2020
2 parents 72a61be + b08bccc commit 547cc5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Data Controller Module
======================

[![Coverage Status](https://coveralls.io/repos/github/modnes/data-controller/badge.svg?branch=master)](https://coveralls.io/github/modnes/data-controller?branch=master)

Data Controller is browser module that aims to let implementations to know about data updates inside a data attribute of a host object in a simple way.

It uses a [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) to capture any modification in the target data and comunicates changes dispatching an event called `dataUpdated`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modnes/data-controller",
"version": "1.0.4",
"version": "1.1.0",
"description": "Module to Control Data by Handling Data Events",
"main": "data-controller.js",
"scripts": {
Expand Down

0 comments on commit 547cc5c

Please sign in to comment.