Skip to content

Releases: saloonphp/cache-plugin

Version v2.1.0

02 Apr 10:25
a5d85b0

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

Version v2.0.0

20 Feb 20:12

Choose a tag to compare

What's Changed

New Contributors

  • @bnzo made their first contribution in #8

Full Changelog: v1.0.0...v2.0.0

Version v2.0.0 Beta 5

14 Feb 21:36

Choose a tag to compare

Version v2.0.0 Beta 5 Pre-release
Pre-release
  • Add support for Saloon v2 beta 7

Full Changelog: v2.0.0-beta4...v2.0.0-beta5

Version v2.0.0 Beta 4

04 Feb 16:37
4133c55

Choose a tag to compare

Version v2.0.0 Beta 4 Pre-release
Pre-release

What's Changed

  • Update composer.json by @bnzo in #8

New Contributors

  • @bnzo made their first contribution in #8

Full Changelog: v2.0.0-beta3...v2.0.0-beta4

Version v2.0.0-beta3

24 Jan 23:04
b0a0607

Choose a tag to compare

Version v2.0.0-beta3 Pre-release
Pre-release

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

21 Jan 12:19
096fbfe

Choose a tag to compare

Version v2.0.0 Beta 2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta1...v2.0.0-beta2

Version v2.0.0 Beta 1

21 Jan 10:41
be52378

Choose a tag to compare

Version v2.0.0 Beta 1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0...v2.0.0-beta1

Version v1.0.0

27 Nov 20:04

Choose a tag to compare

  • Stable release

Full Changelog: v0.3.0...v1.0.0

Version v0.3.0

22 Oct 10:17
2fe213b

Choose a tag to compare

What's Changed

  • Include request query in cache key by @edrep in #4

New Contributors

  • @edrep made their first contribution in #4

Full Changelog: v0.2.0...v0.3.0

Version v0.2.0

20 Apr 19:17

Choose a tag to compare

Changes

  • New $request->invalidateCache(); method that you can use to clear any cache before making a request.
  • Renamed CacheDriver interface to DriverInterface.
  • Removed unused argument on the cacheKey method.

Full Changelog: v0.1.0...v0.2.0