- 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