Releases: TheDragonCode/laravel-cache
Releases · TheDragonCode/laravel-cache
4.1.0
Added
- Added new
flexible()method by @andrey-helldar in #104
Changed
- The service code of the provider was simplified by @andrey-helldar in #103
4.0.0
Added
- Added Carbon 3 and PHPUnit 11 support by @andrey-helldar in #93
- Added Laravel 12 support by @andrey-helldar in #94
- Added PHPUnit 12 support by @andrey-helldar in #101
- Added UPGRADE.md by @andrey-helldar in #90
- Added migrate configuration for PHPUnit by @andrey-helldar in #100
Changed
- Optimized the appeal to the functions by @andrey-helldar in #96
- Replaced
md5withxxh128by @andrey-helldar in #88 - The
hashing_keyproperty ofCacheclass was renamed withuseHashby @andrey-helldar in #99 - The case of the properties of the properties from
snake_casewithcamelCaseis changed by @andrey-helldar in #98 - The year in the LICENSE file has been updated by @github-actions[bot] in #86
- Update README.md by @andrey-helldar in #95
Removed
- Constants
DAY,MONTHandWEEKwas deleted fromTtlclass by @andrey-helldar in #97 - Drop Laravel 6-10 and PHP 8.0-8.1 support by @andrey-helldar in #92
- Drop
dragon-code/contractssupport by @andrey-helldar in #89 - Drop
dragon-code/simple-dtosupport by @andrey-helldar in #91
3.12.0
Added
- Added Laravel 11 support by @andrey-helldar in #84
Changed
- Updated tests by @andrey-helldar in #82
Dependencies
- Bump TheDragonCode/codestyler from 3 to 4 by @dependabot in #83
3.11.0
Added
- Added the ability to work with tags without keys by @andrey-helldar (#81)
3.10.2
Changed
- Added quick launch of tests using the
composer testcommand by @andrey-helldar (#79)
Fixed
- Fixed a bug when working with text values like function names by @andrey-helldar (#80)
3.10.1
What's Changed
- Fixed an error in obtaining a key name from a class without public properties by @andrey-helldar in #78
Full Changelog: 3.10.0...3.10.1
3.10.0
v3.9.0
What's Changed
- Added specifying the array key when generating a hash by @andrey-helldar in #74
Full Changelog: v3.8.0...v3.9.0
v3.8.0
What's Changed
- Added the ability to flexibly configure storage activation by @andrey-helldar in #71
- Added mention of the possibility of using stdClass when getting TTL by @andrey-helldar in #72
Full Changelog: v3.7.1...v3.8.0