Age | Commit message (Expand) | Author |
2022-11-28 | build: bump versions to 0.4.2v0.4.2 | 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-12 | test: replace the test_util_macros crate with utility-macros | HampusM |
2022-11-11 | test: add unit test for create_caster_fn_ident | HampusM |
2022-11-11 | test: add unit tests for parsing injectable macro args | HampusM |
2022-11-11 | ci: add caching of Cargo data | HampusM |
2022-11-11 | ci: use Rust nightly in the code-style job | HampusM |
2022-11-11 | test: remove some unused imports | HampusM |
2022-11-11 | test: add unit tests for parsing declare_interface macro args | HampusM |
2022-11-11 | test: add unit test for parsing factory type aliases | HampusM |
2022-11-11 | test: make small improvements in the declare_default_factory macro args tests | HampusM |
2022-11-11 | test: add unit tests for parsing factory macro args | HampusM |
2022-11-11 | test: add unit tests for parsing declare_default_factory macro args | HampusM |
2022-11-11 | docs: add a example to the crate root | HampusM |
2022-11-10 | refactor: improve type param names, docs & more of casting | HampusM |
2022-11-10 | docs: add terminology guide to readme | HampusM |
2022-11-08 | docs: add msrv | HampusM |
2022-11-08 | fix: allow for concrete type interfaces to be marked async | HampusM |
2022-11-07 | docs: add arguments for IoC & DI to readme | HampusM |
2022-11-07 | refactor: fix some Clippy lints regarding format!() | HampusM |
2022-11-07 | build: fix running macros tests on Rust stable | HampusM |
2022-11-07 | fix: make factories work again after Rust nightly-2022-11-07 | HampusM |
2022-11-06 | ci: fix jobs | HampusM |
2022-11-06 | ci: add & improve jobs | HampusM |
2022-11-06 | refactor: fix unused self clippy lint in blocking DI container | HampusM |
2022-11-06 | test: split up cast unit tests into their respective modules | HampusM |
2022-11-06 | fix: allow declaring a concrete type as it's own interface | HampusM |
2022-11-06 | fix: allow injectable macro flag arguments without a interface argument | HampusM |
2022-11-06 | refactor: improve cast error handling | HampusM |
2022-11-03 | refactor: improve readability of cast functions | HampusM |
2022-11-03 | docs: add comments explaining the prevent-circular example | HampusM |
2022-10-30 | build: bump versions to 0.4.1v0.4.1 | HampusM |
2022-10-30 | docs: add sealed notices to DI container interfaces | HampusM |
2022-10-29 | refactor!: add dependency history type | HampusM |
2022-10-25 | refactor: improve injectable macro error messages | HampusM |
2022-10-25 | refactor: add Debug implementations for castable factories | 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-24 | test: add castable factory unit tests | HampusM |
2022-10-24 | test: add provider unit tests | HampusM |
2022-10-23 | docs: add coverage badge | HampusM |
2022-10-23 | ci: use codecov instead of coveralls | HampusM |
2022-10-23 | ci: update coverage command name | HampusM |
2022-10-23 | ci: fix config syntax | HampusM |
2022-10-23 | ci: add code test coverage job | HampusM |
2022-10-23 | docs: fix the example usage in the readme | HampusM |
2022-10-23 | test: add binding builder unit tests | HampusM |
2022-10-23 | fix: remove unused Rust feature flag | HampusM |
2022-10-23 | refactor!: reduce DI container coupling | HampusM |