All notable changes to this project will be documented in this file, in reverse chronological order by release.
3.0.0 - 2021-02-04
- BREAKING All methods have return types
2.0.0 - 2021-02-04
- BREAKING The
CacheItemInterface::expiresAt()method’s$expirationparameter is typehinted withDateTimeInterface, see this explanation - All methods have typed parameters
Psr\Cache\CacheExceptionextendsThrowable- Bump required PHP version to 8.0
1.0.1 - 2016-08-06
- Make spacing consistent in phpdoc annotations #9 - chalasr
- Fix grammar in phpdoc annotations #10 - chalasr
- Be more specific in docblocks that
getItems()anddeleteItems()take an array of strings (string[]) compared to justarray#8 - GrahamCampbell - For
expiresAt()andexpiresAfter()in CacheItemInterface fix docblock to specify null as a valid parameters as well as an implementation of DateTimeInterface #7 - GrahamCampbell
Initial stable release; reflects accepted PSR-6 specification