Skip to content

Releases: spiritix/lada-cache

v2.1

05 Dec 10:37
Compare
Choose a tag to compare

Fixed

  • Fixed bug with subqueries (#46)

Changed

  • Updated README

Added

  • Added support for Laravel 5.5

v2.0

20 Jul 09:37
Compare
Choose a tag to compare

Changed

  • Now using a trait instead of a base model class

Added

  • Added support for Laravel 5.4

v1.4.2

09 Dec 16:41
Compare
Choose a tag to compare

Fixed

  • Fixed bug in debug bar collector

Changed

  • Optimized reflector for some edge cases

v1.4.1

07 Dec 16:25
Compare
Choose a tag to compare

Fixed

  • Fixed bug regarding union select queries

v1.4

07 Dec 15:58
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in relation to the Debug Bar, write queries were not displayed properly
  • Fixed bug in invalidator (#30)

Changed

  • Improved caching strategy
  • Refactored parts of the library

Added

  • Added a lot of new tests

v1.3.1

20 Sep 14:23
Compare
Choose a tag to compare

Added

  • Added support for PhpRedis

Changed

  • Refactored and improved service provider

Fixed

  • Fixed bug with tag invalidation

v1.3

19 Sep 13:07
Compare
Choose a tag to compare

Changed

  • Changed the encoder to make use of serialization instead of JSON since there were issues with associative arrays

Fixed

  • Fixed bug with installed but not enabled debug bar (#26)
  • Fixed bug with Redis 'exists' return value

v1.2.2

18 Apr 12:12
Compare
Choose a tag to compare

Fixed

  • Fixed bug with Travis CI (#19)
  • Fixed bug in query builder (#21)

Changed

  • Improved unit tests

v1.2.1

15 Apr 12:10
Compare
Choose a tag to compare

Fixed

  • Fixed expiration time bug

v1.2

15 Apr 10:42
Compare
Choose a tag to compare

Added

  • The changelog
  • A collector for Laravel Debugbar
  • It's now possible to set the expiration time in the configuration
  • Integration tests

Changed

  • PHP version dependency from 5.6 to 5.5
  • Refactored parts of the library, reflectors concept was revised, performance optimized

Fixed

  • Fixed bug in reflector (#11)