Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-21 | docs: fix declare_default_factory example | HampusM | |
2022-08-21 | refactor: make the declare_default_factory macro take a ty | HampusM | |
2022-08-21 | refactor!: only re-export DIContainer | HampusM | |
BREAKING CHANGE: Only DIContainer is re-exported from the di_container module | |||
2022-08-21 | feat: allow bind interface to default factory | HampusM | |
This commit will allow interface traits to be bound to default factories. Default factories being factories that doesn't take any arguments | |||
2022-08-21 | feat!: prevent binding the same interface more than once | HampusM | |
BREAKING CHANGE: The 'to' and 'to_factory' methods of BindingBuilder now return 'Result' | |||
2022-08-02 | refactor: move creating a dependency trace to it's own function | HampusM | |
2022-08-01 | docs: add doc comments & deny missing docs | HampusM | |
2022-07-31 | refactor: tidy up DI container internals | HampusM | |
2022-07-24 | refactor: hide castable factory from docs | HampusM | |
2022-07-24 | feat: add support for generics | HampusM | |
2022-07-22 | refactor: make factories an optional feature | HampusM | |
2022-07-20 | refactor: reorganize folder hierarchy | HampusM | |