Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-20 | feat: expose DI container get_bound methods to public API | HampusM | |
2022-11-07 | refactor: fix some Clippy lints regarding format!() | HampusM | |
2022-10-09 | docs: fix unresolved links to DI container types | HampusM | |
2022-09-03 | refactor: improve DI container cast errors | 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 | |