- preserve "falsey" values for
.get
- Added [].shift,[].pop,[].sort,[].reverse
- Add data-selected to toggle selected state in
- fix for nested property parent subscriptions
- fix
data-value
binding for INPUT and TEXTAREA
- subscribe to parent prop changes for Reactive#sub('parent.child');
- unpatch old array when changing arrays
- add `bindings`` option to constructor
- add mouseenter, mouseleave, scroll bindings
- contain adapter within an Adapter class to allow per-instance adapters
- remove change event binding from Adapter (leave to custom adapters)
- remove formatting support (bindings are a better alternative)
- remove explicit model method calls and view method calls in interpolation bindings
- remove global
bindings
anduse
. Set on instances instead - add
Reactive#destroy
method to facilitate destroying the view and unbinding handlers - add
each
binding for iteration support - change event bindings to automatically
preventDefault
- remove computed properties
- view properties are no longer supported, only view functions
- model methods and properties take precedence over delegates
- fix binding to replace and update last
- add support for root-level bindings
- add 'browser' field to package.json
- update classes-component to latest version
- support document fragments
- add submit event
- add backbone example
- add get/set support to adapters
- add ./reactive.js stand-alone build
- fix interpolation for model methods
- fix IE8 support
- add missing files to package.json
- add attribute and text interpolation support. Closes #45
- add props-component to package.json
- add Object.observe() example
- add dblclick binding
- pin deps
- remove the need for @. Closes #47
- add data-class support
- add interpolation reactivity support
- use component/query instead of querySelectorAll
- add computed properties support
- add data-append
- add data-replace
- add data-html
- add interpolation
- fix 'formatter' property names for change listener.
- Update main script path in package.json
- add subscription adapter support
- fix classes() reference
- rewrite to facilitate additional flexibility for bindings
- add mouseup / mousedown
- add getter-style function support
- fix form example
- fix checkbox example
- add basic event support
- add tests
- add better format parsing implementation
- add format support to fabricated values
- remove implicit bindings for now
- add debug() calls
- add formatter support
- add data-checked
- add data-text
- add data-ATTR
- add implicit binding support via [class] / [name]
- add [data-hide] support
- add [data-show] support