Bootstrapper
------------

5.3.0
=====

* Add `Table::withFooter()`
* `Table::setType()` is now fluid

5.2.0
=====

* Add docblocks
* `withAttributes` is now a method on the `RenderedObject` class
* `Helpers::generateId()` created, to generate unique ids per object

5.0.0
=====

* 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

4.0.0
=====

- Compatibility with Laravel 4
- _more_
