ractive v0.2.0 Release Notes

  • 2013-04-18

    • Major architectural overhaul. Data is now stored on the Ractive instance rather than on a separate viewmodel, allowing for cleaner and more efficient code (at the cost of the ability to share one viewmodel among many instances - a theoretical benefit at best). Data is flattened and cached, permitting lightning-fast lookups even with complex data.
    • 📚 Templates can be sanitized at compile-time to remove script tags and other hypothetical security risks. In lieu of documentation see issue #12