Age | Commit message (Expand) | Author |
---|---|---|
2023-10-03 | refactor: remove inner mutability of blocking DI container | HampusM |
2023-09-19 | docs: add examples to DI container & related functions | HampusM |
2023-09-17 | refactor!: make the blocking DI container not inside a Rc | HampusM |
2023-09-14 | refactor!: remove blocking DI container interface | HampusM |
2023-08-31 | refactor: pass around BindingOptions instead of name | HampusM |
2023-08-05 | refactor!: remove IDependencyHistory | HampusM |
2023-08-02 | docs: fix wrong quotes in binding configurators | HampusM |
2023-08-01 | test: clean up binding configurator unit tests | HampusM |
2023-01-19 | refactor!: make binding builder & configurator methods take self ownership | HampusM |
2022-10-29 | refactor!: add dependency history type | HampusM |
2022-10-24 | test: add binding configurator unit tests | HampusM |
2022-10-23 | refactor!: reduce DI container coupling | HampusM |
2022-10-09 | refactor!: reorganize DI containers | HampusM |