Skip to content

Releases: php-cache/taggable-cache

Use "!" as separator.

11 Jan 21:41
Compare
Choose a tag to compare
Merge pull request #17 from Nyholm/separator

Changed separator to exclamation mark. Fix #16 #15

Better tag keys

02 Jan 20:57
Compare
Choose a tag to compare

Changes:

  • Renamed getTagItem to getItemWithoutGenerateCacheKey
  • Validate tag name
  • Added TaggableItemInterface
  • No need to update keys if no tags are used

Allow php 5.4 and doc update

01 Jan 17:20
Compare
Choose a tag to compare
Merge pull request #8 from Nyholm/docs

Improved docs how you implement the trait

Docs and codestyle

25 Dec 11:46
Compare
Choose a tag to compare

This release has docs and code style fixes. It also adds a dependency on the stable psr-6 package.