Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: The async DI container is no longer inside of a Arc. This affects AsyncBindingBuilder, AsyncBindingScopeConfigurator, AsyncBindingWhenConfigurator & AsyncInjectable
|
|
|
|
|
|
|
|
BREAKING CHANGE: The blocking DI container is no longer inside of a Rc. This affects BindingBuilder, BindingScopeConfigurator, BindingWhenConfigurator & Injectable
|
|
|
|
|
|
The get_binding_providable method doesn't need to be mocked so it should be moved to a non mocked impl
|
|
BREAKING CHANGE: The async DI container prelude module have been removed as it is no longer necessary seeing as the async DI container interface have been removed
|
|
BREAKING CHANGE: IAsyncDIContainer have been removed and multiple structs no longer take a DI container generic parameter
|
|
This makes the async-factory example work again
|
|
BREAKING CHANGE: The blocking DI container prelude module have been removed as it is no longer necessary seeing as the blocking DI container interface have been removed
|
|
BREAKING CHANGE: IDIContainer have been removed and multiple structs no longer take a DI container generic parameter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes the dependency tests not working on Rust 1.62.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was not at all a useful example
|
|
|
|
|
|
|
|
BREAKING CHANGE: The factory macro's async flag has been removed
|
|
|
|
BREAKING CHANGE: The factory macro no longer
- Changes the return type to be inside of a TransientPtr
- Adds Send + Sync bounds when the threadsafe or the async flag is set
- Changes the return type be inside of a BoxFuture when the async flag is set
|
|
Having to constantly fix new lints is annoying as hell
|