thorax v1.1 Release Notes

    • ➕ added {{collection}} helper
    • 🗄 _collectionSelector is now deprecated and internally defaults to [data-collection-cid], for backwards compatibility set it to ".collection" in your view classes
    • ➕ added templatePathPrefix option to configure()
    • ✅ unit tests!
    • ➕ added nested event keyword
    • ➕ added _addEvent method for subclasses to customize event registration
    • registerEvents is now an instance method in addition to a class method
    • ➕ added emptyContext method, called from renderEmpty
    • checks for view.name property are now lazy
    • exceptions are now thrown instead of using console.error