Age | Commit message (Expand) | Author |
2023-10-01 | refactor: remove impossible unwrap in injectable macro | HampusM |
2023-10-01 | refactor: make camel cased text snake cased without regex | HampusM |
2023-09-30 | fix: allow dependency interface types other than trait & path | HampusM |
2023-09-30 | style: shorten lines exceeding 90 in width in injectable macro | HampusM |
2023-09-30 | test: import test util functions for injectable macro tests | HampusM |
2023-09-30 | refactor: remove unnecessary cloning of impl generics & self type | HampusM |
2023-09-30 | docs: remove nonexistent feature from feature list in readme | HampusM |
2023-09-27 | build: remove examples from files excluded when packaging | HampusM |
2023-09-27 | fix: set injectable macro dummies directly after parsing input | HampusM |
2023-09-27 | fix: make dummy Injectable & AsyncInjectable impls valid | HampusM |
2023-09-27 | docs: clarify named macro documentation | HampusM |
2023-09-27 | refactor: remove unnecessary doc(cfg) attrs on private modules | HampusM |
2023-09-26 | test: make unit tests not return Result | HampusM |
2023-09-25 | docs: fix custom CSS not used by docs.rs | HampusM |
2023-09-21 | docs: add release 0.5.0 to changelogv0.5.0 | HampusM |
2023-09-21 | build: bump versions to 0.5.0 | HampusM |
2023-09-19 | docs: add examples to DI container & related functions | HampusM |
2023-09-18 | refactor!: make the async DI container not inside a Arc | HampusM |
2023-09-18 | refactor: replace threadsafe castable factory Fn impl with method | HampusM |
2023-09-18 | refactor: make threadsafe castable factory take DI container param | HampusM |
2023-09-17 | refactor: move castable factory to directory module | HampusM |
2023-09-17 | refactor!: make the blocking DI container not inside a Rc | HampusM |
2023-09-17 | refactor: replace castable factory Fn impl with method | HampusM |
2023-09-16 | refactor: make castable factory take DI container param | HampusM |
2023-09-16 | refactor: move DI container get_binding_providable to other impl | HampusM |
2023-09-16 | refactor!: remove async DI container prelude module | HampusM |
2023-09-16 | refactor!: remove async DI container interface | HampusM |
2023-09-16 | docs: add threadsafe flag to IFooFactory in async-factory example | HampusM |
2023-09-14 | refactor!: remove blocking DI container prelude module | HampusM |
2023-09-14 | refactor!: remove blocking DI container interface | HampusM |
2023-09-12 | feat: make dependency history new method const | HampusM |
2023-09-12 | feat: make binding options name method const | HampusM |
2023-09-09 | refactor: remove unnecessary block in the BindingBuilder::to method | HampusM |
2023-09-01 | refactor: remove unnecessary phantom data fields from providers | HampusM |
2023-08-31 | build: exclude files when packaging | HampusM |
2023-08-31 | refactor: pass around BindingOptions instead of name | HampusM |
2023-08-20 | feat: expose DI container get_bound methods to public API | HampusM |
2023-08-18 | test: import proc_macro2 TokenStream in dependency tests | HampusM |
2023-08-18 | refactor: replace use_dependency_history with a more generic macro | HampusM |
2023-08-17 | refactor: remove useless Sealed impl for DependencyHistory | HampusM |
2023-08-17 | refactor: use derive for DependencyHistory Default impl | HampusM |
2023-08-17 | feat: add DependencyHistory methods to public API | HampusM |
2023-08-17 | docs: add existance reason to DependencyHistory docs | HampusM |
2023-08-17 | build: change repository in Cargo.toml to the Github repo url | HampusM |
2023-08-17 | docs: remove the 'unbound' example | HampusM |
2023-08-16 | test: make the prevent-circular example an integration test | HampusM |
2023-08-16 | feat: make SomePtr implement Debug | HampusM |
2023-08-16 | chore: fix warnings when only the async feature enabled | HampusM |
2023-08-16 | chore!: remove the factory macro async flag | HampusM |
2023-08-16 | docs: add missing TransientPtr import to factory macro example | HampusM |