crux_time_v0.4.0
StuartHarris
released this
29 Apr 08:07
·
176 commits
to master
since this release
crux_time
v0.4.0
This is a breaking change
Changed the signature of now()
and added notify_at(instant)
and notify_after(duration)
.
Also includes an optional feature chrono
for conversions for the new Instant
and Duration
types to/from relevant chrono
types.
What's Changed
- Capability runtime documentation by @charypar in #189
- Clarifications to capability runtime docs by @wasnotrice in #223
- update all deps and dioxus examples by @StuartHarris in #224
- Instant and Duration subscriptions for
crux_time
by @StuartHarris in #226
Full Changelog: crux_core-v0.7.4...crux_time_v0.4.0