Releases: TheDragonCode/laravel-cache
Releases · TheDragonCode/laravel-cache
v2.5.0
What's Changed
- Normalize
composer.json
by @andrey-helldar in #20 - Split GitHub Actions by @andrey-helldar in #21
- Added
doesntHave
method by @andrey-helldar in #22 - Update GitHub Actions by @andrey-helldar in #23
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Allow a Closure to be Passed as a TTL in Cache
ttl()
method by @andrey-helldar in #19
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Added the ability to pass an array object to
keys
andtags
methods by @andrey-helldar in #18
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Added processing of array objects by @andrey-helldar in #12
- Added
dragon-code/simple-data-transfer-object
package compatibility… by @andrey-helldar in #13 - Changed behavior when caching is disabled by @andrey-helldar in #14
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Removed the
CacheManager
facade by @andrey-helldar in #11
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- [2.x] Added tests by @andrey-helldar in #9
- [2.x] Added the ability to pass non-callable values by @andrey-helldar in #10
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- [2.x] Fixed md5() expects parameter 1 to be string, int given by @andrey-helldar in #5
- [2.x] Added tests for keys and tags by @andrey-helldar in #6
- [2.x] Removed code duplication by @andrey-helldar in #7
- [2.x] Fixed InvalidArgumentException: Cache store [] is not defined. by @andrey-helldar in #8
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Merge pull request #4 from TheDragonCode/2.x Update README.md
v1.0.2
Rename method