Releases: tedious/Stash
Releases · tedious/Stash
v1.1.0
What's Changed
- More explicit nullable types for PHP 8.4 by @taylorvance in #428
- Use explicit nullable type for PHP 8.4 by @taylorvance in #427
- Update tested versions of php by @tedivm in #429
New Contributors
- @taylorvance made their first contribution in #428
Full Changelog: v0.18.0...v1.1.0
v1.0.0
After 18 years of development I think it's safe to say the API for this project is now stable. The biggest thing holding back from a v1 was the introduction of types, which have been added and stabilized to match the upstream types from PSR-6 v3 interfaces without any issues being reported.
This release is identical to the v0.18 release, so updating should be easy for most teams.
v0.18.0: Last Release before v1.0.0
What's Changed
- Update to psr/cache 3.0 by @KorvinSzanto in #423
- Minimum Version is v8.
New Contributors
- @KorvinSzanto made their first contribution in #423
Full Changelog: v0.17.6...v0.18.0
v0.17.6
v0.17.5
v0.17.4
v0.17.3
v0.17.2
v0.17.1
v0.17.0
What's Changed
- Mitigate T_ENCAPSED_AND_WHITESPACE bug by @iclukas in #399
- Changed checkFileSystemPermissions arguments so PHP 8 won't throw Deprecated info by @mateuszdebinski in #404
- Modernize PhpUnit by @tomkyle in #400
- Filesystem Driver: Fix dir split not finishing cleanly by @the-eater in #405
- update redis delete function by @tedivm in #393
- Use Github Actions instead of Travis CI for testing by @tedivm in #406
- phpdoc fix (Item::$invalidationMethod) by @DavidGoodwin in #396
- Encoding Numeric Strings by @rodnaph in #384
New Contributors
- @mateuszdebinski made their first contribution in #404
- @tomkyle made their first contribution in #400
- @the-eater made their first contribution in #405
- @DavidGoodwin made their first contribution in #396
- @rodnaph made their first contribution in #384
Full Changelog: v0.16.0...v0.17.0