aboutsummaryrefslogtreecommitdiff
path: root/macros/src/fn_trait.rs
AgeCommit message (Collapse)Author
2023-10-04refactor!: remove factory & declare_default_factory macrosHampusM
BREAKING CHANGE: The factory and the declare_default_factory macros have been removed. They are no longer needed to use factories
2023-09-26test: make unit tests not return ResultHampusM
2023-01-30feat: improve macro error messagesHampusM
2022-10-15refactor: improve internals of macros & add unit testsHampusM
2022-10-09test: add more unit testsHampusM
2022-09-23fix: prevent problems caused by non send + sync traitsHampusM
2022-09-17feat!: allow factories access to DI containerHampusM
BREAKING CHANGE: Factory types should now be written with the Fn trait instead of the IFactory trait and the to_factory & to_default_factory methods of BindingBuilder now expect a function returning a factory function