Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-12 | feat: make dependency history new method const | HampusM | |
2023-08-17 | refactor: remove useless Sealed impl for DependencyHistory | HampusM | |
2023-08-17 | refactor: use derive for DependencyHistory Default impl | HampusM | |
2023-08-17 | feat: add DependencyHistory methods to public API | HampusM | |
2023-08-17 | docs: add existance reason to DependencyHistory docs | HampusM | |
2023-08-05 | refactor!: remove IDependencyHistory | HampusM | |
BREAKING CHANGE: IDependencyHistory has been removed as part of an effort to simplify the API. This affects IDIContainer, DIContainer, IAsyncDIContainer, AsyncDIContainer, Injectable, AsyncInjectable, BindingBuilder, AsyncBindingBuilder, BindingScopeConfigurator, BindingWhenConfigurator, AsyncBindingScopeConfigurator, AsyncBindingWhenConfigurator and DependencyHistory | |||
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 |