Age | Commit message (Expand) | Author |
---|---|---|
2023-01-19 | refactor!: make binding builder & configurator methods take self ownership | HampusM |
2022-11-19 | refactor: reorganize non-public API items | HampusM |
2022-11-17 | refactor: use the async-lock crate instead of Tokio | HampusM |
2022-11-07 | fix: make factories work again after Rust nightly-2022-11-07 | HampusM |
2022-11-06 | refactor: fix unused self clippy lint in blocking DI container | HampusM |
2022-11-06 | refactor: improve cast error handling | HampusM |
2022-10-30 | docs: add sealed notices to DI container interfaces | HampusM |
2022-10-29 | refactor!: add dependency history type | HampusM |
2022-10-24 | test: add binding configurator unit tests | HampusM |
2022-10-24 | refactor: rename DI container binding map to DI container storage | HampusM |
2022-10-23 | test: add binding builder unit tests | HampusM |
2022-10-23 | refactor!: reduce DI container coupling | HampusM |
2022-10-09 | test: add more unit tests | HampusM |
2022-10-09 | refactor!: reorganize DI containers | HampusM |