We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b8a32 commit e056e80Copy full SHA for e056e80
docs/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.1.2](https://github.com/quicoto/two-way-data-binding/compare/v2.1.1...v2.1.2) (2023-07-04)
2
+
3
4
+### Bug Fixes
5
6
+* trim empty strings ([7af333c](https://github.com/quicoto/two-way-data-binding/commit/7af333c556b534f5d8984fe988a295d25b7c761b)), closes [#45](https://github.com/quicoto/two-way-data-binding/issues/45)
7
8
## [2.1.1](https://github.com/quicoto/two-way-data-binding/compare/v2.1.0...v2.1.1) (2023-05-12)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "two-way-data-binding",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "Minimal two way data binding in vanilla JS",
"license": "MIT",
"private": false,
0 commit comments