This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Releases: hms5232/laravel-twin-cache
Releases · hms5232/laravel-twin-cache
v0.1.2
What's Changed
put()
,putMany()
andputManyTwin()
set ttl null as default.- Add
hasTwin()
method, just likehas()
but for twin cache! - Because Github have deprecated Ubuntu 18.04 image, next release version will drop support of PHP 7.3.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
🐛 Bug Fixed
- Fix
getTwin()
doesn't use second param as default return value.
Full Changelog: v0.1.0...v0.1.1
🎉 Initial release
It almost reaches the idea in my mind, but there are many thing here are waited to be improved, such as the conception of the codes and the tests, etc.
This release is my first PHP package on packagist. Any help or suggestion are welcome. 🤗
Your feedback is important. Just raise an issue or open a pull request to make it better. 😄