Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 1.38 KB

CHANGELOG

[Unreleased]

[1.3.1] - 2016-09-20

Added

  • Added support for PhpRedis

Changed

  • Refactored and improved service provider

Fixed

  • Fixed bug with tag invalidation

[1.3] - 2016-09-19

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

[1.2.2] - 2016-05-18

Fixed

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

Changed

  • Improved unit tests

[1.2.1] - 2016-05-15

Fixed

  • Fixed expiration time bug

[1.2] - 2016-05-15

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)

[1.1.1] - 2016-03-20

Fixed

  • Fixed critical bug, invalidating multiple tags was not working

[1.1] - 2016-02-11

Added

  • It's now possible to cache only specific models or exclude some of them

Changed

  • Refactored most of the classes and the structure of the library

Fixed

  • Fixed various major and minor bugs

[1.0] - 2015-12-02

Added

  • Initial stable release