thorax v2.0.0.b2 Release Notes

    • 0๏ธโƒฃ item-context and empty-context will try to use itemContext and emptyContext functions as defaults if they are available on the declaring view
    • ๐Ÿ‘ท a build system was created, some method overrides are now done via code templates with handlebars instead of in JS, resulting in smaller wire size and less computational overhead
    • โž• added build command
    • ๐Ÿšš thorax.lumbar plugin was removed, functionality was moved to boilerplate projects
    • ๐Ÿšš Application class was removed, functionality was moved to boilerplate projects
    • ๐Ÿšš registry methods (Thorax.view, Thorax.model, etc) were removed, name property now has special meaning when passed to extend methods such as Thorax.View.extend