Skip to content

Commit 4670599

Browse files
author
github-actions
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.8.1...v2.0.0) (2023-02-21) ### Build System * customAttributes to prevent model being updated on every event ([14ba86a](14ba86a)) ### BREAKING CHANGES * custom events names are no longer editable they are fixed to twowaydatabinding:<eventname>. When using them, set a listener with twowaydatabinding:<eventname> as event name
1 parent 7b71f81 commit 4670599

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/quicoto/two-way-data-binding/compare/v1.8.1...v2.0.0) (2023-02-21)
2+
3+
4+
### Build System
5+
6+
* customAttributes to prevent model being updated on every event ([14ba86a](https://github.com/quicoto/two-way-data-binding/commit/14ba86a97bfe86720dcaf59b6904fad6bf64599c))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* custom events names are no longer editable
12+
13+
they are fixed to twowaydatabinding:<eventname>. When using them, set a listener with twowaydatabinding:<eventname> as event name
14+
115
## [1.8.1](https://github.com/quicoto/two-way-data-binding/compare/v1.8.0...v1.8.1) (2023-02-07)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "two-way-data-binding",
3-
"version": "1.8.1",
3+
"version": "2.0.0",
44
"description": "Minimal two way data binding in vanilla JS",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)