marionette v0.4.2 Release Notes

    • ๐Ÿ’ฅ BREAKING: Removed the setOptions method from the Callbacks object
    • ๐Ÿ”จ Refactored Callbacks object to use a jQuery Deferred instead of my own code
    • ๐Ÿ›  Fixed template manager's clear so it properly clears a single template, when only one is specified
    • ๐Ÿ”จ Refactored the RegionManager code to support several new features
      • now support returning a jQuery deferred object from a view's render method
      • now have a close method that you can call to close the current view
      • now trigger a "view:show" and "view:close" event
      • correctly remove reference to previous views, allowing garbage collection of the view
      • now support the bindTo and unbindAll methods, for binding/unbinding region manager events