Skip to content

Releases: wp-oop/transient-cache

0.2.0-alpha1

30 Aug 16:07
Compare
Choose a tag to compare
0.2.0-alpha1 Pre-release
Pre-release

Removed

  • Drop PHP < 7.4 (#21);

Added

  • Allow PHP 8 (#21);
  • Add static analysis and fix reported issues (#21);

Fixed

  • Correct license and license holder (#21);

0.1.0-alpha4

14 Oct 08:05
a10c73f
Compare
Choose a tag to compare
0.1.0-alpha4 Pre-release
Pre-release

Fixed

  • CachePool#clear() not working (#11).

0.1.0-alpha3

08 Jul 10:18
9eb92e3
Compare
Choose a tag to compare
0.1.0-alpha3 Pre-release
Pre-release

Added

  • Missing function imports.

Changed

  • (#13) Improved exception messages

0.1.0-alpha2

19 Apr 18:01
a2f488c
Compare
Choose a tag to compare
0.1.0-alpha2 Pre-release
Pre-release

Fixed

  • False-negative check used to confirm the negative because of wrong option name.
  • Non-getter interface methods of CachePool now return true on success.
  • Non-getter interface methods of CachePool now declare and throw proper exceptions.

Added

  • SilentPool, which wraps cache pools that throw non-PSR-16 exceptions and suppress them, making the pool compatible (#7).
  • Missing documentation.

Changed

  • Centralized behaviour like option deletion, and option/transient retrieval/assignment.

0.1.0-alpha1

14 Apr 09:25
6121504
Compare
Choose a tag to compare
0.1.0-alpha1 Pre-release
Pre-release

Initial version.