All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.2.1 - 2024-06-21
- Allow PHP 8.3
1.2.0 - 2023-11-28
Clock
interface has asleep()
methodPsrToOrisaiClockAdapter
- makes any PSR clock compatible withOrisai\Clock\Clock
SymfonyToOrisaiClockAdapter
- makes any symfony/clock compatible withOrisai\Clock\Clock
ClockAdapterFactory
- chooses best supported adapter forOrisai\Clock\Clock
compatibilityOrisaiToSymfonyClockAdapter
- makes any symfony/clock compatible withSymfony\Component\Clock\ClockInterface
FrozenClock
- acceptsDateTimeInterface
as the initial time
FrozenClock
- methodmove()
is deprecated, use methodsleep()
instead
1.1.1 - 2022-12-09
- Composer
- allows PHP 8.2
1.1.0 - 2022-11-25
- PSR-20 compatibility
Clock
extendsPsr\Clock\ClockInterface
1.0.0 - 2022-08-19
Clock
interfaceSystemClock
FrozenClock
MeasurementClock
ClockHolder
now()
shortcut function