Releases: robclancy/presenter
Releases · robclancy/presenter
3.0.0
2.0.1
2.0.0
1.4.0
- added Laravel package discovery, thanks luisdalmolin
- use the contract for the Laravel view factory instead of the concrete class, this fixes incompatibilities with https://github.com/fntneves/laravel-transactional-events
- updated https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases and have it run on tests too
1.3.2
1.3.1
1.3.0
- updated to work with
laravel 4.2.x
, to use in4.1.x
stay on version1.2.*
- moved to PSR-4 and now PHP 5.4+
- small refactor and check
isset
again 'present' methods, thanks BenConstable
1.2.0
- presenters can now be nested, thanks alexwhitman
- added support for using Laravel's
View::with(array here)
, thanks skovachev - added ability to use
isset(...)
andunset(...)
on presenter variables, thanks nsbucky - added a new decorator for creating the presenter objects. This makes it so you can extend what happens when decorating an object easily