Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Releases: gotd/neo

v0.1.5

27 Dec 04:22
c20eb63
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #12
  • fix: do not tick after stop by @tie in #13

Full Changelog: v0.1.4...v0.1.5

v0.1.4

12 Oct 18:10
03c4c16
Compare
Choose a tag to compare
Merge pull request #11 from tie/main

fix: make timer reset compatible with stdlib

Fix datarace when stopping timer

18 Apr 16:00
459b056
Compare
Choose a tag to compare
Merge pull request #7 from tdakkota/feature/add-ticker-and-timer

fix(time): datarace when stopping timer

v0.1.2: Add timer and ticker support

07 Apr 17:08
90d3dd5
Compare
Choose a tag to compare
Merge pull request #6 from tdakkota/feature/add-ticker-and-timer

Add Timer and Ticker implementation

v0.1.1

23 Dec 11:07
ec21009
Compare
Choose a tag to compare
feat(time): add Observe

v0.1.0

22 Dec 23:55
2141c5e
Compare
Choose a tag to compare
feat(time): implement Sleep, After and When

Basic temporal effects.