Releases: BrekiTomasson/laravel-tagged-cache
Releases · BrekiTomasson/laravel-tagged-cache
v2.0.4
v2.0.3
Added support for Laravel 10.
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Bugfix
- Changed: Made
bootHasTaggedCache
method static as intended.
v2.0.0
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
Initial release.