All Versions
106
Latest Version
Avg Release Cycle
58 days
Latest Release
-

Changelog History
Page 11

  • v0.1.8 Changes

    2013-04-05

    • ๐ŸŽ Now using DOM fragments for better performance
    • ๐Ÿ‘ Better support for legacy browsers
    • ๐Ÿ‘ Vastly better two-way data binding
    • set() and get() now accept arrays of keys, for edge cases involving keys with periods
    • ๐Ÿ› Bug fixes and refactoring
  • v0.1.7 Changes

    2013-03-22

    • ๐Ÿ“‡ Renamed project from Anglebars to Ractive
    • โž• Added support for animation
    • ๐Ÿ”จ A shed-load of bug fixes, and a big dollop of refactoring
  • v0.1.6 Changes

    2013-03-19

    • ๐Ÿ› Bug fixes!
    • โšก๏ธ Modify arrays so that pop, push and other mutator methods trigger a view update
    • โœ‚ Removed half-finished, flaky async code. Async mode may return later
    • โšก๏ธ set events are called when a) view.set() is called, b) twoway bindings trigger them, c) array mutator methods cause an update
  • v0.1.5 Changes

    2013-03-18

    • Split into Anglebars.compile and Anglebars.runtime, to shave a few kilobytes off in production
    • ๐Ÿšš Simplified API - removed compiled and compiledPartials init options (in favour of allowing either compiled or string templates), and removed observe and unobserve instance methods
    • โž• Added event methods - on, off and fire
    • 0๏ธโƒฃ Anglebars.extend for creating subclasses with default options (e.g. templates) and additional methods
    • ๐Ÿ‘Œ Support passing in jQuery collections (and lookalikes), and CSS selectors (if browser supports document.querySelector)
    • Index references - {{#section:i}}<!-- {{i}} evaluates to array index inside here -->{{/section}}
  • v0.1.4 Changes

    2013-03-11

    • started maintaining a changelog...
  • v0.1.0 Changes

    2012-11-13