aboutsummaryrefslogtreecommitdiff
path: root/src/errors/di_container.rs
AgeCommit message (Collapse)Author
2023-08-20feat: expose DI container get_bound methods to public APIHampusM
2022-11-07refactor: fix some Clippy lints regarding format!()HampusM
2022-10-09docs: fix unresolved links to DI container typesHampusM
2022-09-03refactor: improve DI container cast errorsHampusM
2022-08-27feat: implement named bindingsHampusM
2022-08-27refactor!: limit FactoryPtr & AnyFactory to the factory featureHampusM
BREAKING CHANGE: FactoryPtr has been limited to the factory feature
2022-08-27refactor!: make DI container have single get functionHampusM
BREAKING CHANGE: The DI container get_singleton & get_factory functions have been replaced by the get function now returning a enum
2022-08-22refactor!: move specifying binding scope to a binding scope configuratorHampusM
BREAKING CHANGE: Specifying the scope of a DI container binding is now done with a binding scope configurator
2022-08-21refactor!: change errors to be more saneHampusM
BREAKING CHANGE: Major improvements have been made to error types and the error_stack crate is no longer used
2022-08-01docs: add doc comments & deny missing docsHampusM
2022-07-31feat: implement binding singletonsHampusM
2022-07-20refactor: reorganize folder hierarchyHampusM