Age | Commit message (Expand) | Author |
2023-09-18 | refactor: replace threadsafe castable factory Fn impl with method | HampusM |
2023-09-14 | refactor!: remove blocking DI container prelude module | HampusM |
2023-09-14 | refactor!: remove blocking DI container interface | HampusM |
2023-08-05 | refactor!: remove IDependencyHistory | HampusM |
2023-08-04 | refactor!: remove async_closure macro from API | HampusM |
2022-11-19 | refactor: reorganize non-public API items | HampusM |
2022-11-11 | docs: add a example to the crate root | 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 | refactor!: reduce DI container coupling | HampusM |
2022-10-15 | refactor: improve internals of macros & add unit tests | HampusM |
2022-10-09 | test: add more unit tests | HampusM |
2022-10-09 | refactor!: reorganize DI containers | HampusM |
2022-10-03 | refactor: remove relying on Rust nightly for better handling of features | HampusM |
2022-10-02 | refactor: improve management of feature specific items | HampusM |
2022-10-01 | chore: remove repetition of allowing clippy::module_name_repetitions | HampusM |
2022-09-24 | feat: add bind async default factories to async DI container | HampusM |
2022-09-18 | feat: add binding async factories to async DI container | HampusM |
2022-08-31 | feat: add a threadsafe flag to the declare_default_factory macro | HampusM |
2022-08-29 | feat: implement async functionality | HampusM |
2022-08-28 | docs: improve & add examples | HampusM |
2022-08-28 | style: add rustfmt config options | HampusM |
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 |
2022-08-21 | feat: allow bind interface to default factory | HampusM |
2022-08-21 | feat!: prevent binding the same interface more than once | HampusM |
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 |