Skip to content

Releases: NexusPHP/clock

Release list

v1.0.0

Choose a tag to compare

@paulbalandan paulbalandan released this 28 Aug 07:25
v1.0.0
3725982

Added

  • Clock interface extending PSR-20's ClockInterface, with SystemClock reading the system time in UTC by default
  • Stopwatch interface for monotonic elapsed-time readings, with HighResolutionStopwatch backed by the system's high-resolution timer
  • Delay interface for waiting, with NativeDelay blocking the current thread
  • FrozenClock test double implementing all three interfaces behind one advanceable state
  • InvalidDurationException thrown for durations that are not a finite representable number of seconds

New Contributors

Full Changelog: https://github.com/NexusPHP/clock/commits/v1.0.0