Skip to content

Releases: telcolab/cacher

v0.2.3

10 Sep 14:31

Choose a tag to compare

Fixed

  • Fix dependencies min version. (79ecb08)

v0.2.2

03 Sep 15:52

Choose a tag to compare

Fixed

  • Typo in cache expiry variable. (6daaff8)

v0.2.1

02 Sep 12:40

Choose a tag to compare

Fixed

  • Fixed cached items doesn't invalidate after inserting/creating new row. (17576ad)

Changed

  • Update package description. (f0c0407)

v0.2

02 Sep 10:45

Choose a tag to compare

Added

  • Checks if the cache driver is supported. Right now only cache driver that supports tags caching is supported. (19d243d)
  • Add ability to override cache expiry for specific Eloquent query. Available methods remember(), dontRemember(), rememberForever(). (1b05326)

Initial release.

02 Sep 05:41

Choose a tag to compare

First version for Cacher.