aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-21fix: make DI container get_factory calls in the injectable macro validHampusM
2022-08-21docs: correct examplesHampusM
2022-08-21test: correct DI container bind testsHampusM
2022-08-21feat!: prevent binding the same interface more than onceHampusM
2022-08-03refactor: add Cargo feature for preventing circular dependenciesHampusM
2022-08-02docs: fix DI container module documentationHampusM
2022-08-02chore: change license to MIT or Apache-2.0HampusM
2022-08-02docs: add license shield to readmeHampusM
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-02test: reduce repetition in DI container testsHampusM
2022-08-02feat: add detection and prevention of circular dependenciesHampusM
2022-08-02refactor: hide AnyFactory from docsHampusM
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 v0.2.1 to changelogHampusM
2022-08-01docs: add doc comments & deny missing docsHampusM
2022-08-01docs: add contributing section in readmeHampusM
2022-07-31build: bump versions to 0.2.0v0.2.0HampusM
2022-07-31docs: add v0.2.0 to changelogHampusM
2022-07-31docs: add binding singletons to list of featuresHampusM
2022-07-31docs: add asynchronous functionality to todoHampusM
2022-07-31refactor: tidy up DI container internalsHampusM
2022-07-31refactor: add Intertrait cast errorHampusM
2022-07-31feat: add injecting singletons into constructorsHampusM
2022-07-31feat: implement binding singletonsHampusM
2022-07-31refactor!: rename InterfacePtr to TransientPtrHampusM
2022-07-27refactor: add back Intertrait tests & Rc supportHampusM
2022-07-24perf: use ahash in DI containerHampusM
2022-07-24docs: add generics support to list of featuresHampusM
2022-07-24refactor: hide castable factory from docsHampusM
2022-07-24feat: add support for genericsHampusM
2022-07-24build: add docs.rs all-features flagHampusM
2022-07-24refactor: clean up intertrait libHampusM
2022-07-22build: bump versions to 0.1.1v0.1.1HampusM
2022-07-22docs: add v0.1.1 to changelogHampusM
2022-07-22docs: add optional factory feature name in readmeHampusM
2022-07-22docs: add changelogHampusM
2022-07-22refactor: make factories an optional featureHampusM
2022-07-21docs: fix typo in example in readmeHampusM
2022-07-21docs: add shields, examples & more to readmeHampusM
2022-07-21refactor: re-export dependency of error_stackHampusM
2022-07-21build: add local path to macros dependencyHampusM
2022-07-21docs: rename example folder to examplesHampusM
2022-07-20refactor: reorganize folder hierarchyHampusM
2022-07-20docs: use syrette from crates.io in exampleHampusM
2022-07-20docs: replace symlinked readme with a copyv0.1.0HampusM
2022-07-20build: use syrette_macros from crates.ioHampusM