Fractal v0.10.0 Release Notes

Release Date: 2014-10-17 // over 9 years ago
  • โž• Added

    • โž• 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.

    ๐Ÿ›  Fixed

    • โœ‚ Removed PaginatorInterface::getPaginator() as it was used anymore. Issue #101
    • Manager::createData() argument 1 now hints against ResourceInterface not ResourceAbstract.