Releases: saloonphp/cache-plugin
Releases · saloonphp/cache-plugin
Version v2.1.0
What's Changed
- Fix | Allow body to be used in cache key by @Sammyjo20 in #12
Full Changelog: v2.0.0...v2.0.1
Version v2.0.0
What's Changed
- Feature | V2 Rebuild by @Sammyjo20 in #5
- Feature | Fixes for beta 3 by @Sammyjo20 in #6
- Feature | V2 Allow users to overwrite cacheable methods by @Sammyjo20 in #7
- Update composer.json by @bnzo in #8
New Contributors
Full Changelog: v1.0.0...v2.0.0
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
CacheDriverinterface toDriverInterface. - Removed unused argument on the
cacheKeymethod.
Full Changelog: v0.1.0...v0.2.0