- Added support for Laravel 11
- Fixed stale state bug (see #124)
- Added support for Laravel 10
- Added support for Laravel 9
- Fixed bug in query builder related to primary key names (#104, #103, #91)
- Fixed bugs related to PHP 8.0 (#102)
- Added support for Laravel 8
- Hotfix for previous release
- Fixed bug with Laravel Telescope (#91)
- Added support for Laravel 7
- Fixed bug with ignoring disabled cache in invalidation (#86)
- Hotfix for merge issue
- Added support for Laravel 6
- Fixed missing table tag for WhereHas/WhereDoesntHave functions
- Fixed exception caused by raw queries (#66)
- Fixed limitation with hardcoded primary key names (#16)
- Fixed bug with updating pivot tables (#60)
- Fixed bug caused by 'leftJoinSub' in Laravel 5.7
- Updated minimum requirements to PHP 7.1+
- Updated minimum requirements to Laravel 5.7+
- Fixed race condition which possibly led to outdated query results being returned after keys expire
- Fixed bug in publishing config
- Added a basic Wiki
- Fixed bug with subqueries (#46)
- Updated README
- Added support for Laravel 5.5
- Now using a trait instead of a base model class
- Added support for Laravel 5.4
- Fixed bug in debug bar collector
- Optimized reflector for some edge cases
- Fixed bug regarding union select queries
- Fixed a bug in relation to the Debug Bar, write queries were not displayed properly
- Fixed bug in invalidator (#30)
- Improved caching strategy
- Refactored parts of the library
- Added a lot of new tests
- Added support for PhpRedis
- Refactored and improved service provider
- Fixed bug with tag invalidation
- Changed the encoder to make use of serialization instead of JSON since there were issues with associative arrays
- Fixed bug with installed but not enabled debug bar (#26)
- Fixed bug with Redis 'exists' return value
- Fixed bug with Travis CI (#19)
- Fixed bug in query builder (#21)
- Improved unit tests
- Fixed expiration time bug
- The changelog
- A collector for Laravel Debugbar
- It's now possible to set the expiration time in the configuration
- Integration tests
- PHP version dependency from 5.6 to 5.5
- Refactored parts of the library, reflectors concept was revised, performance optimized
- Fixed bug in reflector (#11)
- Fixed critical bug, invalidating multiple tags was not working
- It's now possible to cache only specific models or exclude some of them
- Refactored most of the classes and the structure of the library
- Fixed various major and minor bugs
- Initial stable release