aboutsummaryrefslogtreecommitdiff
path: root/macros
AgeCommit message (Expand)Author
2022-10-01refactor: stop using the async_trait macro for AsyncInjectableHampusM
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-24feat: add bind async default factories to async DI containerHampusM
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-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-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-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-31feat: add a threadsafe flag to the declare_default_factory macroHampusM
2022-08-31fix: add missing semicolon in the factory macroHampusM
2022-08-29feat: implement async functionalityHampusM
2022-08-28docs: improve & add examplesHampusM
2022-08-28style: add rustfmt config optionsHampusM
2022-08-27feat: implement named bindingsHampusM
2022-08-27refactor!: make DI container have single get functionHampusM
2022-08-21refactor: improve private method names & clean up InjectableImplHampusM
2022-08-21build: bump versions to 0.3.0v0.3.0HampusM
2022-08-21docs: change project descriptions to describe it as a frameworkHampusM
2022-08-21refactor!: change errors to be more saneHampusM
2022-08-21fix: make DI container get_factory calls in the injectable macro validHampusM
2022-08-03refactor: add Cargo feature for preventing circular dependenciesHampusM
2022-08-02chore: change license to MIT or Apache-2.0HampusM
2022-08-02build: change license in manifests to LGPL-2.1-onlyHampusM
2022-08-02refactor: move creating a dependency trace to it's own functionHampusM
2022-08-02feat: add detection and prevention of circular dependenciesHampusM
2022-08-01docs: add factory feature noticesHampusM
2022-08-01refactor: limit the factory macro to the factory featureHampusM
2022-08-01feat: add hide impl of Injectable from documentationHampusM
2022-08-01build: bump versions to 0.2.1v0.2.1HampusM
2022-08-01docs: add doc comments & deny missing docsHampusM
2022-07-31build: bump versions to 0.2.0v0.2.0HampusM
2022-07-31feat: add injecting singletons into constructorsHampusM
2022-07-31refactor!: rename InterfacePtr to TransientPtrHampusM
2022-07-24feat: add support for genericsHampusM
2022-07-24refactor: clean up intertrait libHampusM
2022-07-22build: bump versions to 0.1.1v0.1.1HampusM
2022-07-22refactor: make factories an optional featureHampusM
2022-07-21refactor: re-export dependency of error_stackHampusM