Skip to content

Releases: ulabox/system-clock

Add microtime function

04 Jan 10:45
8b7471c
Compare
Choose a tag to compare
v2.1.0

feat: add microtime function (#2)

v2.0.0: Merge pull request #1 from ulabox/namespace-proposal

17 Jan 10:25
Compare
Choose a tag to compare
  • Namespace change to use vendor/package convention
  • Excluded build directory from git
  • Renamed Clock service to SystemClock and moved namespace

Initial release

16 Jan 14:16
Compare
Choose a tag to compare

Initial release:

  • SystemClock interface with method now()
  • Clock service implementing SystemClock