| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | BREAKING CHANGE: FactoryPtr has been limited to the factory feature | 
|  |  | 
|  | BREAKING CHANGE: The DI container get_singleton & get_factory functions have been replaced by the get function now returning a enum | 
|  | BREAKING CHANGE: Specifying the scope of a DI container binding is now done with a binding scope configurator | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | BREAKING CHANGE: Major improvements have been made to error types and the error_stack crate is no longer used | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | BREAKING CHANGE: Only DIContainer is re-exported from the di_container module | 
|  |  | 
|  | This commit will allow interface traits to be bound to default factories. Default factories being factories that doesn't take any arguments | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | BREAKING CHANGE: The 'to' and 'to_factory' methods of BindingBuilder now return 'Result' | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | This will make it so that by default the impl of Injectable is hidden from user code documentation. This commit also includes a flag for the injectable macro to disable the aforementioned feature |