8000 Releases · coder/quartz · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: coder/quartz

v0.2.1

03 Jun 05:23
b71761c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 May 12:33
09f5542
Compare
Choose a tag to 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

Full Changelog: v0.1.3...v0.2.0

v0.1.3

02 Jan 04:38
d4dbd83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

18 Oct 09:02
7f10f7f
Compare
Choose a tag to compare
C6C2

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

18 Oct 06:58
abe75f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

02 Jul 11:52
Compare
Choose a tag to compare

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)

0