aboutsummaryrefslogtreecommitdiff
path: root/macros
AgeCommit message (Expand)Author
2022-11-08fix: allow for concrete type interfaces to be marked asyncHampusM
2022-11-07refactor: fix some Clippy lints regarding format!()HampusM
2022-11-07build: fix running macros tests on Rust stableHampusM
2022-11-06fix: allow declaring a concrete type as it's own interfaceHampusM
2022-11-06fix: allow injectable macro flag arguments without a interface argumentHampusM
2022-11-06refactor: improve cast error handlingHampusM
2022-10-30build: bump versions to 0.4.1v0.4.1HampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-25refactor: improve injectable macro error messagesHampusM
2022-10-23fix: remove unused Rust feature flagHampusM
2022-10-23refactor!: reduce DI container couplingHampusM
2022-10-15refactor: improve internals of macros & add unit testsHampusM
2022-10-09test: add more unit testsHampusM
2022-10-09refactor!: reorganize DI containersHampusM
2022-10-03refactor: remove relying on Rust nightly for better handling of featuresHampusM
2022-10-02refactor: improve management of feature specific itemsHampusM
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