Skip to content

Releases: PhpGt/FileCache

Stable release

14 Jul 18:08
86e7366
Compare
Choose a tag to compare

This library has been used within PHP.Gt/WebEngine applications for a while now. There have been a few tweaks along the way, but a stable release is being made today to allow Composer's minimum stability to be increased where currently in use.

What's Changed

  • fix: getInstance to match DataObject implementation by @g105b in #53
  • CI by @g105b in #55

Full Changelog: v0.2.0...v1.0.0

Nested directories within cache

22 Sep 09:01
85c795d
Compare
Choose a tag to compare
Pre-release

What's Changed

  • build(deps-dev): bump phpstan/phpstan from 1.8.0 to 1.8.1 by @dependabot in #4
  • maintenance: dependabot by @g105b in #12
  • feature: allow nested directories by @g105b in #15

New Contributors

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

Type safety

09 Jul 12:39
7774862
Compare
Choose a tag to compare
Type safety Pre-release
Pre-release

getString/getInt/getFloat/getBool/getDateTime introduced using TypeSafeGetter interface.

Initial feature complete

08 Jul 11:57
Compare
Choose a tag to compare
Pre-release

The first functionality is implemented and tested within the repository and will progress while it's being integrated in certain Bright Flair projects.