0.10.0
Features:
- Added
ParamBag
to replace the array passed to includes. It implements array access so keep using it as you were, or play with the new methods.
Bugs:
- Removed
PaginatorInterface::getPaginator()
as it was used anymore. Issue #101 Manager::createData()
argument 1 now hints againstResourceInterface
notResourceAbstract
.