Age | Commit message (Expand) | Author |
---|---|---|
2023-08-31 | refactor: pass around BindingOptions instead of name | HampusM |
2023-08-18 | refactor: replace use_dependency_history with a more generic macro | HampusM |
2023-08-16 | chore!: remove the factory macro async flag | HampusM |
2023-08-15 | fix!: make the factory macro not change its input | HampusM |
2023-08-05 | refactor!: remove IDependencyHistory | HampusM |
2023-08-04 | refactor!: remove async_closure macro from API | HampusM |
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-07 | fix: make factories work again after Rust nightly-2022-11-07 | HampusM |
2022-10-29 | refactor!: add dependency history type | HampusM |
2022-10-23 | test: add binding builder unit tests | HampusM |
2022-10-23 | refactor!: reduce DI container coupling | HampusM |
2022-10-09 | refactor!: reorganize DI containers | HampusM |