Skip to content

crux_core-v0.10.0

Latest
Compare
Choose a tag to compare
@StuartHarris StuartHarris released this 23 Oct 09:31
· 5 commits to master since this release

Summary

crux_core

Several additional methods to help with testing Crux apps:

  • Adds a Clone bound on the Operation trait so that we can examine the operation and still resolve
    its owning request later on — this is a breaking change.
  • Adds a take_effects method on Update to allow you to take effects off the Update that match the predicate
  • Adds a take_effects_partitioned_by method on Update to allow you to take effects off the Update
    that match the predicate and also the remaining effects that don't match

crux_time

  • adds a new Clear variant to to the TimeRequest Operation and augments NotifyAt and NotifyAfter
    with a TimerId to facilitate cancelling requests. This is a breaking change.

What's Changed

New Contributors

Full Changelog: crux_core-v0.9.1...crux_core-v0.10.0