Age | Commit message (Collapse) | Author |
|
This unwrap couldn't possibly be Err and can be removed by creating method call expressions by hand
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
BREAKING CHANGE: The flag 'async' of the declare_interface macro has been renamed to 'threadsafe_sharable'. The reason being that the name 'async' was an outright lie. The new name describes exactly what the flag enables
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: The to_default_factory method of the blocking and async DI containers now expect a function returning another function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: The to_factory & to_default_factory methods of AsyncBindingBuilder now expects a function returning a factory function
|
|
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
|
|
BREAKING CHANGE: The injectable macro no longer expects braces around it's flags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|