Skip to content

Releases: actuate-rs/actuate

actuate-v0.10.0

26 Nov 19:54
Compare
Choose a tag to compare
chore: Release package actuate version 0.10.0

actuate-v0.9.2

25 Nov 21:59
2a11a58
Compare
Choose a tag to compare

Other

  • Add basic trait object example
  • Add basic support for borrowed trait objects

actuate-v0.9.1

25 Nov 20:58
a76cbd0
Compare
Choose a tag to compare

Other

  • Only compose for initial composition or after an update
  • More efficient updates while running in the ECS
  • Update must_use message
  • Simplify internal macros

actuate-v0.9.0

25 Nov 06:21
Compare
Choose a tag to compare
chore: Release package actuate version 0.9.0

actuate-macros-v0.1.6

25 Nov 21:59
2a11a58
Compare
Choose a tag to compare

Other

  • Add basic support for borrowed trait objects

actuate-v0.8.1

24 Nov 02:43
b2783f0
Compare
Choose a tag to compare

Other

  • Simplify flags
  • Enable actuate::run without rt feature and fix http example

actuate-v0.8.0

24 Nov 02:10
6a83f0a
Compare
Choose a tag to compare

Other

  • Pass clippy
  • Move TaskFuture to composer module
  • Create executor feature flag (#73)
  • Fix FromIter
  • Impl Executor for unsized types
  • Make Executor dyn-safe to replace AnyExecutor
  • Export AnyExecutor
  • Impl Executor for Rc and Arc
  • Update example
  • Add Mut::set and refactor params
  • Fix lifetime escape in Fn

actuate-v0.7.0

21 Nov 19:10
f0f4fa8
Compare
Choose a tag to compare

Other

  • Pass lints
  • Return reference from use_provider (to match use_context)
  • Reborrow composables in FromIter
  • Make Data for FnMut more strict as Fn
  • Add docs to Compose trait
  • Pass Ref in FromIter and add docs
  • Add must_use lints
  • Add docs and ExecutorContext::spawn_boxed
  • Remove Data::Id in favor of typeid crate (#65)

actuate-macros-v0.1.5

21 Nov 19:10
f0f4fa8
Compare
Choose a tag to compare

Other

  • Remove Data::Id in favor of typeid crate (#65)

actuate-v0.6.1

19 Nov 18:28
cef33b6
Compare
Choose a tag to compare

Other

  • Hide inner data traits
  • Update docs
  • Update docs
  • Update README.md