- Notifications
You must be signed in to change notification settings - Fork7
Releases: coder/quartz
v0.2.1
b71761c
Compare
What's Changed
- fix: stop logging after test cleanup by@spikecurtis in#19
Full Changelog:v0.2.0...v0.2.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.2.0
09f5542
Compare
BREAKING CHANGE
- !feat: Call.Release takes context; add MustRelease by@spikecurtis in#17
Short summary:
trap.MustWait(ctx).Release()
becomes
trap.MustWait(ctx).MustRelease(ctx)
c.f. the linked PR for full details.
What Else Has Changed
- feat: fail test on trapped but unreleased calls by@spikecurtis in#15
- feat: log clock calls, traps, time advancement by@spikecurtis in#16
Full Changelog:v0.1.3...v0.2.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.1.3
d4dbd83
Compare
What's Changed
- fix a bug where AdvanceNext unlocks twice by@edwingeng in#10
New Contributors
- @edwingeng made their first contribution in#10
Full Changelog:v0.1.2...v0.1.3
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.1.2
7f10f7f
Compare
What's Changed
- fix: fix swallowing ticks on TickerFunc by@spikecurtis in#8
Full Changelog:v0.1.1...v0.1.2
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.1.1
abe75f0
Compare
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.1.0
Compare
Initial public release.
Includes all functions from the Go 1.21time
standard library that depend on the current real time, as well as an additionalTickerFunc
that calls a provided function on ticks (analogous toAfterFunc
vsNewTimer
)
Assets2
Uh oh!
There was an error while loading.Please reload this page.