This changelog references the relevant changes (bug and security fixes) done to laravie/cabinet
.
Released: 2019-05-24
- Added
Laravie\Cabinet\Repository::share()
helper method to register and get the value.
Released: 2019-04-15
- Added
Laravie\Cabinet\Repository::fresh()
helper method to forget knwon key and get fresh value from storage.
- Remove support for Laravel Framework v5.7 and below.
- Rename
$duration
to$ttl
.
Released: 2019-03-29
- Improve performance by prefixing all global functions calls with
\
to skip the look up and resolve process and go straight to the global function.
Released: 2018-09-13
- Trivia update library setup.
Released: 2018-07-31
- Bump minimum PHP version to 7.1.
- Bump minimum Laravel Framework to 5.6.+.
Released: 2018-07-30
- Fixes compatibility with PHP 7.0.+.
Released: 2018-07-30
- Flush data from persistent cache if it is corrupted.
Released: 2018-05-02
- Return
self
should only be used when method is marked asfinal
.
Released: 2018-01-22
- Added
Laravie\Cabinet\Contracts\Storage
contract. - Added
Laravie\Cabinet\Item
class.
- Bump minimum PHP version to 7.1.
- Refactors
Laravie\Cabinet\Repository
.