Skip to content

7.0.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Geolim4 Geolim4 released this 30 May 22:51
· 579 commits to master since this release
7.0.0-RC2
f6e448f
  • Global
  • Core
    • Updated EventManager now MUST implement Phpfastcache\Event\EventInterface (@Geolim4)
    • Upgraded API version from 2.0.2 to 2.0.3 (@Geolim4)
    • Fixed namespace issue on EventManager (@Cyperghost)
  • Helpers
    • Improved TestHelper efficiency (@Geolim4)
    • Forced return type hint to Psr16Adapter && added a getter for the internal cache instance (@Geolim4)
    • The Psr16Adapter will now also accept an ExtendedCacheItemPoolInterface object to the $driver parameter in constructor (@Geolim4)
  • Misc