Releases: coder/quartz
Releases · coder/quartz
v0.1.2
What's Changed
- fix: fix swallowing ticks on TickerFunc by @spikecurtis in #8
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- chore: fix AfterFunc typos in README.md by @toqueteos in #2
- fix: fix mock TickerFunc to act like real by @spikecurtis in #7
New Contributors
- @toqueteos made their first contribution in #2
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial public release.
Includes all functions from the Go 1.21 time
standard library that depend on the current real time, as well as an additional TickerFunc
that calls a provided function on ticks (analogous to AfterFunc
vs NewTimer
)