All Versions
86
Latest Version
Avg Release Cycle
43 days
Latest Release
1278 days ago

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 to null.
    • ๐Ÿ’… Polish: allow return value in change function that is bound to parent.
  • v1.2.5 Changes

    August 11, 2016
    • ๐Ÿ›  Fix: bug in adjacent node safety check.
    • Optimization: prefer for..in instead of Object.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.