Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1003 Bytes

CHANGELOG.md

File metadata and controls

15 lines (13 loc) · 1003 Bytes

3.0.0

27 may 2018
  • Added Symfony 4 (Flex) compatibility (thanks to @Pastisd)
  • Updated Phpfastcache service which is now private, use Symfony D.I instead.
  • Updated Phpfastcache dependency to the v7
  • Updated namespace for more consistency and to comply with moderns standards
  • Improved DataCollector interface by retrieving more information about cache
  • Improved Opcache efficiency, thanks to PHP7
  • Added deep tests (unit. + func.) to ensure you that the bundle is well-tested
  • Added CRUD-like commands, check out README.md
  • Added "Cacheable Response" feature, check out README.md
  • Performed global code review to remove code aberrations and simplify portions of code.
  • Migration guide available here to migrate from the Phpfastcache Bundle v2.