Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-22 | refactor: mock Dependency struct impl instead of IDependency | HampusM | |
2023-10-01 | refactor: remove impossible unwrap in injectable macro | HampusM | |
This unwrap couldn't possibly be Err and can be removed by creating method call expressions by hand | |||
2023-08-13 | feat: add internal logging for macros | HampusM | |
2023-01-30 | feat: improve macro error messages | HampusM | |
2022-08-29 | feat: implement async functionality | HampusM | |
2022-08-27 | feat: implement named bindings | HampusM | |
2022-08-21 | refactor: improve private method names & clean up InjectableImpl | HampusM | |
2022-08-01 | feat: add hide impl of Injectable from documentation | HampusM | |
This will make it so that by default the impl of Injectable is hidden from user code documentation. This commit also includes a flag for the injectable macro to disable the aforementioned feature |