Files
beste_clock/CHANGELOG.md
T
Jérôme Gamez f3edef9cbc Add a WrappingClock
The `WrappingClock` allows using an object with a `now()` method
returning a `DateTimeImmutable` object as a "real" clock.
2022-04-24 15:38:25 +02:00

385 B

CHANGELOG

2.1.0 - 2022-04-22

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

2.0.0 - 2022-04-20

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 - 2021-12-10

Initial Release