- Add
Table::withFooter()
Table::setType()
is now fluid
- Add docblocks
withAttributes
is now a method on theRenderedObject
classHelpers::generateId()
created, to generate unique ids per object
- Rewrite application to use facades
- Require Laravel 4.2 (and thus PHP 5.4)
- Change test suite to use PHPSpec
- Update to use PSR-4
- Remove Form::append* etc in favour of an InputGroup class
- Remove Form::control_group in favour of a ControlGroup class
- Rename Progress to ProgressBar
- Compatibility with Laravel 4
- more