Skip to content

Tags: kodus/file-cache

Tags

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to php 8.4 (#16)

* Added test script to composer.json #KDS-538

* Added PHP 8.4 to CI #KDS-538

* Changed github action for setting up php #KDS-538

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to simple cache 2 & 3 (#11)

* Updated PHP requirement to >=8.0 and replaced test versions with 8.0 & 8.1

* Updated codeception to ^5

* Updated simple-cache to ^2||^3

* Removed mindplay/simple-cache dev-dependency

* Updated FileCache::get signature

* Updated FileCache::set signature

* Updated FileCache::delete signature

* Updated FileCache::clear signature

* Updated FileCache::getMultiple signature

* Updated FileCache::setMultiple signature

* Updated FileCache::deleteMultiple signature

* Updated FileCache::has signature

* Changed expected throwables from `InvalidArgumentException` to `TypeError` where necessary

* Removed unnecessary throw statements, these errors will be caught by PHPs type checks

* Updated FileCacheIntegrationTest to resolve errors produced by the new typehints

* Removed mindplay/simple-cache dev-dependency

* Replaced Travis with Github Actions

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to PHP 8.1 (#9)

* Updated PHP requirement to >=8.0

* Updated codeception to ^5

* Removed mindplay/simple-cache dev-dependency

* Replaced Travis with Github Actions

1.1.1

Toggle 1.1.1's commit message
hm. composer needs more memory?

1.1.0

Toggle 1.1.0's commit message
add security note

1.0.0

Toggle 1.0.0's commit message
Merge pull request #2 from kodus/1.0.0

Updated implementation to use simple-cache 1.0

0.1.1

Toggle 0.1.1's commit message
Add cache directory if doesnt exist (#1)

0.1.0

Toggle 0.1.0's commit message
enable code-coverage