Skip to content

v2.0.0

Compare
Choose a tag to compare
@BrekiTomasson BrekiTomasson released this 24 Oct 13:39
· 5 commits to main since this release

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.