Age | Commit message (Expand) | Author |
2023-09-26 | test: make unit tests not return Result | HampusM |
2023-09-18 | refactor: make threadsafe castable factory take DI container param | HampusM |
2023-09-17 | refactor: move castable factory to directory module | HampusM |
2023-09-16 | refactor: make castable factory take DI container param | 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-04 | refactor!: rename the async flag of the declare_interface macro | HampusM |
2023-08-03 | feat: add constructor name flag to injectable macro | HampusM |
2023-08-02 | test: clean up DeclareDefaultFactoryMacroArgs unit tests | HampusM |
2023-08-01 | test: clean up FactoryMacroArgs unit tests | HampusM |
2023-01-30 | feat: improve macro error messages | HampusM |
2022-11-19 | refactor: reorganize non-public API items | HampusM |
2022-11-11 | test: remove some unused imports | 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-10-09 | refactor!: reorganize DI containers | HampusM |
2022-09-24 | feat: add bind async default factories to async DI container | HampusM |
2022-09-24 | refactor!: remove repetition of declaring factory interfaces | HampusM |
2022-09-24 | refactor: reorganize modules in the macros crate | HampusM |