aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-21docs: add release 0.5.0 to changelogv0.5.0HampusM
2023-09-21build: bump versions to 0.5.0HampusM
2023-09-19docs: add examples to DI container & related functionsHampusM
2023-09-18refactor!: make the async DI container not inside a ArcHampusM
2023-09-18refactor: replace threadsafe castable factory Fn impl with methodHampusM
2023-09-18refactor: make threadsafe castable factory take DI container paramHampusM
2023-09-17refactor: move castable factory to directory moduleHampusM
2023-09-17refactor!: make the blocking DI container not inside a RcHampusM
2023-09-17refactor: replace castable factory Fn impl with methodHampusM
2023-09-16refactor: make castable factory take DI container paramHampusM
2023-09-16refactor: move DI container get_binding_providable to other implHampusM
2023-09-16refactor!: remove async DI container prelude moduleHampusM
2023-09-16refactor!: remove async DI container interfaceHampusM
2023-09-16docs: add threadsafe flag to IFooFactory in async-factory exampleHampusM
2023-09-14refactor!: remove blocking DI container prelude moduleHampusM
2023-09-14refactor!: remove blocking DI container interfaceHampusM
2023-09-12feat: make dependency history new method constHampusM
2023-09-12feat: make binding options name method constHampusM
2023-09-09refactor: remove unnecessary block in the BindingBuilder::to methodHampusM
2023-09-01refactor: remove unnecessary phantom data fields from providersHampusM
2023-08-31build: exclude files when packagingHampusM
2023-08-31refactor: pass around BindingOptions instead of nameHampusM
2023-08-20feat: expose DI container get_bound methods to public APIHampusM
2023-08-18test: import proc_macro2 TokenStream in dependency testsHampusM
2023-08-18refactor: replace use_dependency_history with a more generic macroHampusM
2023-08-17refactor: remove useless Sealed impl for DependencyHistoryHampusM
2023-08-17refactor: use derive for DependencyHistory Default implHampusM
2023-08-17feat: add DependencyHistory methods to public APIHampusM
2023-08-17docs: add existance reason to DependencyHistory docsHampusM
2023-08-17build: change repository in Cargo.toml to the Github repo urlHampusM
2023-08-17docs: remove the 'unbound' exampleHampusM
2023-08-16test: make the prevent-circular example an integration testHampusM
2023-08-16feat: make SomePtr implement DebugHampusM
2023-08-16chore: fix warnings when only the async feature enabledHampusM
2023-08-16chore!: remove the factory macro async flagHampusM
2023-08-16docs: add missing TransientPtr import to factory macro exampleHampusM
2023-08-15fix!: make the factory macro not change its inputHampusM
2023-08-15ci: remove lints-nightly jobHampusM
2023-08-13feat: add internal logging for macrosHampusM
2023-08-05refactor!: remove IDependencyHistoryHampusM
2023-08-05fix: change terminology in injectable macro async flag errorHampusM
2023-08-05docs: improve injectable macro docsHampusM
2023-08-04refactor!: remove SomeThreadsafePtr & move variants to SomePtrHampusM
2023-08-04refactor!: rename the async flag of the declare_interface macroHampusM
2023-08-04refactor: rename CastFromSync to CastFromArcHampusM
2023-08-04refactor!: remove async_closure macro from APIHampusM
2023-08-03docs: remove panics sections from macrosHampusM
2023-08-03docs: move the injectable macro example sectionHampusM
2023-08-03test: add & improve MacroFlag unit testsHampusM
2023-08-03feat: add constructor name flag to injectable macroHampusM