ractive v0.1.5 Release Notes

  • 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}}