- Now also checks for
toDOM
iftoHTML
is not defined.toDOM
must return a single DOM element (with potentially many children). - Upgrade Backbone to 1.4.0 and Snabbdom 0.7.3
- Transpile the
dist
version for older browsers.
- Use Snabbdom, instead of virtual-dom and vdom-parser, for the virtual-DOM implementation.
- Use
toHTML
as convention instead ofrenderHTML
. - Use Backbone.NativeView instead of Backbone.View, if it's available.
- Add
beforeRender
andafterRender
lifecycle methods.
- Initial release