aboutsummaryrefslogtreecommitdiff
path: root/examples/factory
AgeCommit message (Collapse)Author
2022-08-21docs: improve the factory exampleHampusM
2022-08-21feat!: prevent binding the same interface more than onceHampusM
BREAKING CHANGE: The 'to' and 'to_factory' methods of BindingBuilder now return 'Result'
2022-07-31refactor!: rename InterfacePtr to TransientPtrHampusM
BREAKING CHANGE: InterfacePtr has been renamed to TransientPtr
2022-07-22refactor: make factories an optional featureHampusM