Skip to content

Latest commit

 

History

History
135 lines (91 loc) · 2.37 KB

History.md

File metadata and controls

135 lines (91 loc) · 2.37 KB

0.13.2 / 2013-08-21

  • add support for root-level bindings
  • add 'browser' field to package.json
  • update classes-component to latest version
  • support document fragments

0.13.1 / 2013-07-31

  • add submit event

0.13.0 / 2013-07-01

  • add backbone example
  • add get/set support to adapters
  • add ./reactive.js stand-alone build
  • fix interpolation for model methods
  • fix IE8 support

0.12.2 / 2013-05-27

  • add missing files to package.json

0.12.1 / 2013-05-27

  • 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

0.12.0 / 2013-05-11

  • add data-class support

0.11.0 / 2013-04-15

  • add interpolation reactivity support

0.10.1 / 2013-04-11

  • use component/query instead of querySelectorAll

0.10.0 / 2013-02-25

  • add computed properties support

0.9.0 / 2013-01-17

  • add data-append
  • add data-replace
  • add data-html

0.8.0 / 2013-01-16

  • add interpolation

0.7.1 / 2012-12-28

  • fix 'formatter' property names for change listener.
  • Update main script path in package.json

0.7.0 / 2012-12-19

  • add subscription adapter support

0.6.1 / 2012-12-19

  • fix classes() reference

0.6.0 / 2012-12-18

  • rewrite to facilitate additional flexibility for bindings

0.5.0 2012-12-18

  • add mouseup / mousedown
  • add getter-style function support
  • fix form example
  • fix checkbox example

0.4.0 / 2012-12-13

  • add basic event support
  • add tests

0.3.0 / 2012-12-12

  • add better format parsing implementation
  • add format support to fabricated values

0.2.2 / 2012-12-12

  • remove implicit bindings for now

0.2.1 / 2012-12-12

  • add debug() calls

0.2.0 / 2012-12-12

  • add formatter support
  • add data-checked
  • add data-text
  • add data-ATTR
  • add implicit binding support via [class] / [name]

0.1.0 / 2012-12-12

  • add [data-hide] support
  • add [data-show] support