Releases: saloonphp/cache-plugin
Releases · saloonphp/cache-plugin
Version v2.0.0 Beta 5
- Add support for Saloon v2 beta 7
Full Changelog: v2.0.0-beta4...v2.0.0-beta5
Version v2.0.0 Beta 4
Version v2.0.0-beta3
What's Changed
- Feature | V2 Allow users to overwrite cacheable methods by @Sammyjo20 in #7
Full Changelog: v2.0.0-beta2...v2.0.0-beta3
Version v2.0.0 Beta 2
What's Changed
- Feature | Fixes for beta 3 by @Sammyjo20 in #6
Full Changelog: v2.0.0-beta1...v2.0.0-beta2
Version v2.0.0 Beta 1
Version v1.0.0
- Stable release
Full Changelog: v0.3.0...v1.0.0
Version v0.3.0
Version v0.2.0
Changes
- New
$request->invalidateCache();
method that you can use to clear any cache before making a request. - Renamed
CacheDriver
interface toDriverInterface
. - Removed unused argument on the
cacheKey
method.
Full Changelog: v0.1.0...v0.2.0
Version v0.1.0
Initial release 🥳
You can use this plugin to cache Saloon responses.