The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- Do not lose the data when you start using the
TaggablePSR6PoolAdapter
- Updated version for integration tests
- Made
TaggablePSR6PoolAdapter::getTagsprotected instead of private
- Saving an expired value should be the same as removing that value
This is a big BC break. The API is rewritten and how we store tags has changed. Each tag is a key to a list in the cache storage. The list contains keys to items that uses that tag.
- The
TaggableItemInterfaceis completely rewritten. It extendsCacheItemInterfaceand has three methods:getTags,setTagsandaddTag. - The
TaggablePoolInterfaceis also rewritten. It has a newclearTagsfunction. - The
TaggablePoolTraithas new methods to manipulate the list of tags.
No changelog before this version