Releases: davidhemphill/presenter
Releases · davidhemphill/presenter
v2.0.2: Update MakePresenterCommand.php
Fixes #36
v2.0.1
Apply fixes from StyleCI (#35)
v2.0.0: 2.0 (#29)
* wip * wip * Apply fixes from StyleCI (#27) * wip * wip * Apply fixes from StyleCI (#28) * wip * Apply fixes from StyleCI (#30) * wip * wip * wip * wip * Apply fixes from StyleCI (#31) * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Apply fixes from StyleCI (#32) * wip * wip * wip
v1.0.12
Apply fixes from StyleCI (#24)
v1.0.11
upgrade deps to 5.6 (#19)
v1.0.10
Adds array access interface to presenter class and supporting unit te…
v1.0.9
Add Composer config for package auto-discover (#18)
v1.0.8: Adds getOriginalModel method (#15)
* Adds method for retrieving original, undecorated model. * Fix typo in docblock.
v1.0.7: Fixes the invocation syntax to be PHP 5.x compatible. (#12)
Changes the collection macro's to use a cached version of the factory to improve performance.
v1.0.6
replace presentable trait implementation with new presenter factory a…