Skip to content

v5.0.0

Choose a tag to compare

@DarkGhostHunter DarkGhostHunter released this 12 Feb 22:09
· 5 commits to 5.x since this release

What's Changed

A lot has changed, hence why a new version.

Most notably, there are three big changes.

  1. Using cache() only supports either the TTL, or a Flexible TTL array.
  2. Any additional cache configuration is done pushing a callback or Laragear\CacheQuery\Cache object instance.
  3. Commutative operations opt-in, which is great if the same query is scattered across your app.

Full Changelog: v4.2.2...v5.0.0