Skip to content

Releases: BrekiTomasson/laravel-tagged-cache

v2.0.3

22 Feb 03:11
Compare
Choose a tag to compare

Added support for Laravel 10.

v2.0.2

14 Jan 17:30
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

24 Oct 13:44
Compare
Choose a tag to compare

Bugfix

  • Changed: Made bootHasTaggedCache method static as intended.

v2.0.0

24 Oct 13:39
Compare
Choose a tag to compare

Code Overhaul, including breaking changes

  • Added: New method flushTaggedCacheOnAttributeUpdate(): array, optionally overridden by the user.
  • Added: New method getCacheTagIdentifier(): string, optionally overridden by the user
  • Added: Tagged Cache is automatically flushed for model rows that are deleted.
  • Changed: Max width of .md files is now 120 characters (down from 160) to make them more legible.
  • Changed: Refactored code to use inline fully qualified classnames instead of imports.
  • Removed: BREAKING CHANGE $cacheTagIdentifier has been replaced by a method-based implementation.

v1.0.0

17 Sep 17:49
Compare
Choose a tag to compare

Initial release.