Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-06 | refactor: improve cast error handling | HampusM | |
2022-10-30 | docs: add sealed notices to DI container interfaces | HampusM | |
2022-10-29 | refactor!: add dependency history type | HampusM | |
BREAKING CHANGE: Binding builders & configurators now take dependency history type arguments, the DetectedCircular variant of InjectableError now contains a dependency history field & the injectable traits take dependency history instead of a Vec | |||
2022-10-24 | test: add binding configurator unit tests | HampusM | |
2022-10-24 | refactor: rename DI container binding map to DI container storage | HampusM | |
2022-10-23 | test: add binding builder unit tests | HampusM | |
2022-10-23 | refactor!: reduce DI container coupling | HampusM | |
BREAKING CHANGE: You now have to import the DI containers's interfaces to use the DI containers's methods | |||
2022-10-09 | refactor!: reorganize DI containers | HampusM | |
BREAKING CHANGE: DIContainer, AsyncDIContainer & the binding structs have been relocated |