aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-01docs: add v0.4.0 to changelogv0.4.0HampusM
2022-10-01build: bump versions to 0.4.0HampusM
2022-10-01chore: remove repetition of allowing clippy::module_name_repetitionsHampusM
2022-10-01docs: improve item links in the injectable macroHampusM
2022-10-01docs: fix unresolved link to TransientPtrHampusM
2022-09-24refactor: remove unused import in DI container moduleHampusM
2022-09-24feat: add bind async default factories to async DI containerHampusM
2022-09-24refactor: remove IFactory from public APIHampusM
2022-09-24refactor!: remove repetition of declaring factory interfacesHampusM
2022-09-24refactor: reorganize modules in the macros crateHampusM
2022-09-23fix: prevent problems caused by non send + sync traitsHampusM
2022-09-23refactor: make the async & non-async DI container bind methods must_useHampusM
2022-09-21docs: make IFood in async example Send + SyncHampusM
2022-09-18build: add required features for the async-factory exampleHampusM
2022-09-18feat: add binding async factories to async DI containerHampusM
2022-09-18feat: add factory macro async flagHampusM
2022-09-18refactor: add put factory return types in TransientPtr automaticallyHampusM
2022-09-18docs: fix ambiguous link to the factory macroHampusM
2022-09-18build: improve async dependenciesHampusM
2022-09-18refactor: prevent look for default factory without factory featureHampusM
2022-09-18test: move some factory function types to type aliasesHampusM
2022-09-17docs: add missing modules in the async exampleHampusM
2022-09-17feat!: allow factories to access async DI containerHampusM
2022-09-17refactor!: make async DI container be used inside of a ArcHampusM
2022-09-17feat!: allow factories access to DI containerHampusM
2022-09-17refactor!: make DI container be used inside of a RcHampusM
2022-09-03refactor: improve DI container cast errorsHampusM
2022-09-02refactor!: remove braces from expected injectable macro inputHampusM
2022-09-02refactor: rename the factory macro flag 'async' to 'threadsafe'HampusM
2022-09-02refactor: remove unused import of ItemTraitHampusM
2022-08-31refactor: improve async DI container cast errorsHampusM
2022-08-31feat: add a threadsafe flag to the declare_default_factory macroHampusM
2022-08-31fix: add missing semicolon in the factory macroHampusM
2022-08-30docs: add async support to readmeHampusM
2022-08-30refactor: replace arc cast panic with an errorHampusM
2022-08-29feat: implement async functionalityHampusM
2022-08-28docs: improve & add examplesHampusM
2022-08-28style: add rustfmt config optionsHampusM
2022-08-28docs: use anyhow in the unbound exampleHampusM
2022-08-28docs: correct the example in the readmeHampusM
2022-08-28docs: add CI shield to readmeHampusM
2022-08-28ci: add workflow to CircleCI configHampusM
2022-08-28ci: add CircleCI configHampusM
2022-08-27feat: implement named bindingsHampusM
2022-08-27refactor!: limit FactoryPtr & AnyFactory to the factory featureHampusM
2022-08-27docs: update the DI container exampleHampusM
2022-08-27refactor!: make DI container have single get functionHampusM
2022-08-22refactor!: move specifying binding scope to a binding scope configuratorHampusM
2022-08-21refactor: improve private method names & clean up InjectableImplHampusM
2022-08-21docs: remove license shield from readmeHampusM