Skip to content

0.10.0

Compare
Choose a tag to compare
@philsturgeon philsturgeon released this 17 Oct 17:14
· 299 commits to master since this release

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 against ResourceInterface not ResourceAbstract.