ractive v0.3.6 Release Notes

  • 2013-08-22

    • ๐Ÿ‘ Better two-way binding - support for multiple checkboxes and file inputs
    • ๐Ÿ‘€ Experimental 'magic mode' - use ES5 getters and setters instead of .set() and .get(). See #110
    • More efficient event binding, and dynamic proxy event names
    • ๐Ÿ‘Œ Support for pointer events with tap - thanks lluchs
    • ๐Ÿ‘€ Iterate through properties of an object - see #115
    • ๐Ÿ›  Bugfixes and refactoring