Fixed: Fix method signatures for UrlHandler abstract method implementation
Added: Support for creating the whole table bespokely
Added: Support for tabs to Generic Collections
Fixed: Removed additional div tags from GenericCollectionView.
Added: Flags in GenericCrudModel to hide buttons and header on GenericItemView
Changed: css classes for header are now changeable
Fixed: Corrected case issue in GenericCollectionView
Added: "Generic" leaves for quick starting crud based projects
Added: Allow a prefix to be set during construction of CrudUrlHandler to be used as leafClassStub
Added: Supported closures along with class names.
Added: Correct Class name
Added: New custard command for making Crud leaves
Fixed: Column Control Ordering bug
Changed: Using DateTime control for DateTime columns
Fixed: View being unnecessarily instantiated early by setRestModel/setRestCollection
Fixed: Bug with controls constructed with removed 2nd argument (became an error with Leaf 1.3)
Fixed: New bug introduced in 1.0.2 with LeafRestUrlHandler not having access to namespaceBase field
Fixed: Fix for additional class map on LeafRestUrlHandler not working
Changed: ModelBoundLeaf not takes the collection and/or model from a LeafRestUrlHandler in the constructor
Added: Changelog