Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-01 | chore: remove repetition of allowing clippy::module_name_repetitions | HampusM | |
2022-09-03 | refactor: improve DI container cast errors | HampusM | |
2022-08-31 | refactor: improve async DI container cast errors | HampusM | |
2022-08-30 | refactor: replace arc cast panic with an error | HampusM | |
2022-08-29 | feat: implement async functionality | HampusM | |
2022-08-27 | feat: implement named bindings | HampusM | |
2022-08-27 | refactor!: limit FactoryPtr & AnyFactory to the factory feature | HampusM | |
BREAKING CHANGE: FactoryPtr has been limited to the factory feature | |||
2022-08-27 | refactor!: make DI container have single get function | HampusM | |
BREAKING CHANGE: The DI container get_singleton & get_factory functions have been replaced by the get function now returning a enum | |||
2022-08-22 | refactor!: move specifying binding scope to a binding scope configurator | HampusM | |
BREAKING CHANGE: Specifying the scope of a DI container binding is now done with a binding scope configurator | |||
2022-08-21 | refactor!: change errors to be more sane | HampusM | |
BREAKING CHANGE: Major improvements have been made to error types and the error_stack crate is no longer used | |||
2022-08-01 | docs: add doc comments & deny missing docs | HampusM | |
2022-07-31 | feat: implement binding singletons | HampusM | |
2022-07-20 | refactor: reorganize folder hierarchy | HampusM | |