Skip to content

Releases: jonboulle/clockwork

v0.4.0

01 Apr 18:44
v0.4.0
606c48b
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add BlockUntilContext, which respects context cancellation. by @DPJacques in #56

Enhancements 🚀

Breaking Changes 🛠

  • Use the current time for NewFakeClock's initial value by @DPJacques in #55

Dependency Updates ⬆️

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Apr 10:37
v0.3.0
6a247c3
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3

24 Mar 08:18
v0.2.3
601f21d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

29 Sep 17:19
v0.2.2
75ce472
Compare
Choose a tag to compare

Fix a race condition in NewTicker

v0.2.1

10 Sep 04:11
123636d
Compare
Choose a tag to compare

Fix negative duration

v0.2.0

06 Jul 12:20
56678c9
Compare
Choose a tag to compare

This release contains a few minor changes (like adding a go.mod file to the repository). This is only a maintenance release, the next release will contain more changes.