Releases: PHPSocialNetwork/phpfastcache
Releases · PHPSocialNetwork/phpfastcache
5.0.10 release
- Moved licence to root dir
- Fixed #357
5.0.9 release
5.0.8 release
- Added Drivers for Zend Data Cache (thanks to @hammermaps)
- Improved code quality as Per Scrutinizer report
- Updated TravisCi settings
5.0.7 release
- Updated TravisCi settings (Added hhvm + nightly)
- Updated dependencies versions
- Fixed typo in readme
- Fixed issue with Predis stats
5.0.6 release
- Implemented #133
- Implemented #331
- Fixed typo in README.md by @BurlesonBrad #328
- Fixed wrong method name in README.md
- Fixed and simplified the clearing of the instance array by @r0b.
- Added phpFastCacheAbstractProxy test
- Fixed bug with tags that leave residues key to tags item themselves
- Removed unused datetime check on file-based drivers. > They are already handled by the getItem()
5.0.5 release
- Fixed bug on tags that are not working on the first cache write
- Implemented JsonSerializable interface to ExtendedCacheItemInterface
- Fixed wrong phpDoc
5.0.4 release
- Fixed critical bug with date calculation
5.0.3 release
5.0.2 release
- Fixed standalone autoload issue
- Warn users about Mongo/MongoDB extension
- Improved tests to test the CacheItemInterface
- Updated composer.json version to be semver compliant
- Fixed wrong phpDoc comment
5.0.1 release
- This release includes the Psr6 interfaces for legacy users