Skip to content

Releases: beste/clock

3.0.0

26 Nov 18:03
7004b55
Compare
Choose a tag to compare

This release replaces stella-maris/clock with psr/clock.

2.3.1

25 Nov 18:26
cf2cc16
Compare
Choose a tag to compare

This release reverts the change to implement psr/clock directly, to not break dependents who rely on stella-maris/clock

2.3.0

25 Nov 18:04
2ba952c
Compare
Choose a tag to compare

This release re-introduces support for PHP ^8.0 and implements the freshly released psr/clock (PSR-20) directly.

2.2.0

04 Nov 23:09
24b2fc5
Compare
Choose a tag to compare

This release drops support for PHP <8.1.

2.1.0

24 Apr 13:42
201ed08
Compare
Choose a tag to compare

Adds the WrappingClock which allows using an object with a now() method returning a DateTimeImmutable object as a "real" clock.

2.0.0

20 Apr 14:29
98d1e6f
Compare
Choose a tag to compare

This release introduces a compatibility layer with the PSR-20 draft, allowing us to already get some interoperability by depending on a shared interface.

1.0.0

10 Dec 15:22
10c02d2
Compare
Choose a tag to compare

Initial Release