Skip to content

Releases: marvin255/in-memory-cache

v3.0.0

10 May 11:48
c5f5849
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v3.0.0

v2.3.3

01 Dec 15:53
9d4e3fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

11 Jun 21:30
3d90f2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

08 Jun 12:35
54153ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

Libs update

13 Aug 10:20
9a38aa3
Compare
Choose a tag to compare
  • Update composer libs

  • Add Timer object

  • Add TimerFactory object

  • Use timer object in InMemoryCache

  • Use Timer mock in InMemoryCacheTest to avoid sleep()

  • Add dependabot

  • Add opcache to docker container

  • Update phpunit to v10

  • Update infection to v0.27

  • Add php 8.2 to actions

Update psalm

04 Jan 13:43
51b911d
Compare
Choose a tag to compare
  • Update psalm to version 5.

Small refactoring

21 Dec 13:52
b2f34eb
Compare
Choose a tag to compare
  • Small refactoring in InMemoryCache.

Visibility

07 Oct 19:22
543eadc
Compare
Choose a tag to compare
  • Set CachedItem fields as private.
  • Add final to all classes.
  • Small dev env fixes.

DefaultTTL and stack size checks

29 Jul 17:32
0d02c0b
Compare
Choose a tag to compare
  • Add defaultTTL and stack size checks to constructor.
  • Add infection checking.
  • Small refactoring.

PHP 8 update

11 Mar 08:50
8bd4e31
Compare
Choose a tag to compare
  • Minimal required PHP version is set to 8.
  • Code style fixes after testing again PHP 8.
  • Validation check is moved from CachedItem to cache object.