ractive v0.3.4 Release Notes

  • 2013-08-06

    • ractive.find() and ractive.findAll() convenience methods (equivalent to ractive.el.querySelector() and ractive.el.querySelectorAll())
    • Subclasses created with Ractive.extend() can now have a beforeInit method that will be called before rendering
    • Expressions no longer need to be wrapped in parentheses. Section closing mustaches for expression sections can have any content
    • 🛠 Various minor bugfixes and improvements