Releases: spiritix/lada-cache
Releases · spiritix/lada-cache
v2.1
Fixed
- Fixed bug with subqueries (#46)
Changed
Added
- Added support for Laravel 5.5
v2.0
Changed
- Now using a trait instead of a base model class
Added
- Added support for Laravel 5.4
v1.4.2
Fixed
- Fixed bug in debug bar collector
Changed
- Optimized reflector for some edge cases
v1.4.1
Fixed
- Fixed bug regarding union select queries
v1.4
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
v1.3.1
Added
- Added support for PhpRedis
Changed
- Refactored and improved service provider
Fixed
- Fixed bug with tag invalidation
v1.3
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
Fixed
- Fixed bug with Travis CI (#19)
- Fixed bug in query builder (#21)
Changed
v1.2.1
Fixed
- Fixed expiration time bug
v1.2
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)