Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-26 | test: make unit tests not return Result | HampusM | |
2023-08-04 | refactor!: rename the async flag of the declare_interface macro | HampusM | |
BREAKING CHANGE: The flag 'async' of the declare_interface macro has been renamed to 'threadsafe_sharable'. The reason being that the name 'async' was an outright lie. The new name describes exactly what the flag enables | |||
2023-08-03 | feat: add constructor name flag to injectable macro | HampusM | |
2023-08-01 | test: clean up DeclareInterfaceArgs unit tests | HampusM | |
2023-01-30 | feat: improve macro error messages | HampusM | |
2022-11-11 | test: add unit tests for parsing declare_interface macro args | HampusM | |
2022-11-07 | refactor: fix some Clippy lints regarding format!() | HampusM | |
2022-11-06 | fix: allow declaring a concrete type as it's own interface | HampusM | |
2022-08-29 | feat: implement async functionality | HampusM | |
2022-07-20 | refactor: reorganize folder hierarchy | HampusM | |