Releases: actuate-rs/actuate
Releases · actuate-rs/actuate
actuate-v0.10.0
chore: Release package actuate version 0.10.0
actuate-v0.9.2
Other
- Add basic trait object example
- Add basic support for borrowed trait objects
actuate-v0.9.1
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
chore: Release package actuate version 0.9.0
actuate-macros-v0.1.6
Other
- Add basic support for borrowed trait objects
actuate-v0.8.1
Other
- Simplify flags
- Enable actuate::run without rt feature and fix http example
actuate-v0.8.0
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
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
Other
- Remove Data::Id in favor of typeid crate (#65)
actuate-v0.6.1
Other
- Hide inner data traits
- Update docs
- Update docs
- Update README.md