All Versions
86
Latest Version
Avg Release Cycle
43 days
Latest Release
1275 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v1.3.1 Changes
August 27, 2016- ๐ Polish: use boolean checked attribute.
-
v1.3.0 Changes
August 27, 2016- ๐ Feature: inputs and textareas by default set updated values on change, which is a more useful default. Custom change functions may override this.
- ๐ Fix: edge case bug where
path.target
is undefined.
-
v1.2.7 Changes
August 15, 2016- ๐
Polish: simplify handling of
undefined
values by casting them all tonull
. - ๐ Polish: allow return value in change function that is bound to parent.
- ๐
Polish: simplify handling of
-
v1.2.5 Changes
August 11, 2016- ๐ Fix: bug in adjacent node safety check.
- Optimization: prefer
for..in
instead ofObject.keys
.
-
v1.2.4 Changes
August 02, 2016- ๐ Polish: value should not be internally set if there was an error in the change function.
-
v1.2.3 Changes
July 16, 2016- ๐ Optimization: remove unnecessary check in setter function.
- ๐ Polish: return value when parent is bound should now be consistent.
-
v1.2.2 Changes
July 14, 2016- ๐ Optimization: remove unnecessary closure, improving performance.
-
v1.2.1 Changes
July 10, 2016- ๐ Fix: allow re-use of bindings again, by internally cloning binding before re-use.
-
v1.2.0 Changes
July 10, 2016- ๐ Feature: shorthand for binding to parent node is now just defining a change function or definition object, no CSS selector string or DOM Node required.
-
v1.1.2 Changes
July 09, 2016- ๐ Fix: disallow re-use of bindings, it doesn't work anyways.