aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-30build: bump versions to 0.4.1v0.4.1HampusM
2022-10-30docs: add sealed notices to DI container interfacesHampusM
2022-10-29refactor!: add dependency history typeHampusM
2022-10-25refactor: improve injectable macro error messagesHampusM
2022-10-25refactor: add Debug implementations for castable factoriesHampusM
2022-10-24test: add binding configurator unit testsHampusM
2022-10-24refactor: rename DI container binding map to DI container storageHampusM
2022-10-24test: add castable factory unit testsHampusM
2022-10-24test: add provider unit testsHampusM
2022-10-23docs: add coverage badgeHampusM
2022-10-23ci: use codecov instead of coverallsHampusM
2022-10-23ci: update coverage command nameHampusM
2022-10-23ci: fix config syntaxHampusM
2022-10-23ci: add code test coverage jobHampusM
2022-10-23docs: fix the example usage in the readmeHampusM
2022-10-23test: add binding builder unit testsHampusM
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-09docs: fix unresolved links to DI container typesHampusM
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-03test: fix the can bind to factory unit testsHampusM
2022-10-02refactor: clarify binding builder to_factory signatureHampusM
2022-10-02docs: fix spelling mistakes in blocking & async DI containersHampusM
2022-10-02refactor: improve management of feature specific itemsHampusM
2022-10-02docs: add binding builder examplesHampusM
2022-10-01refactor: stop using the async_trait macro for AsyncInjectableHampusM
2022-10-01docs: add async binding builder examplesHampusM
2022-10-01docs: remove unnecessary feature noticesHampusM
2022-10-01refactor: shorten async binding builder trait boundsHampusM
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