- **DependencyFiller**: catch PrimaryDependencyNotFoundError and MissingConfigurationValueError on dependency filling
0.2.2
Fix
- **DependencyFiller**: allow passing instance args and kwargs to dependency filled classes
0.2.1
Fix
- **Container**: check if cls is already added as dependency before trying to add it in container add - **Container**: avoid setting arguments for already resolved dependencies checking is_resolved instead of arguments
0.2.0
Feat
- **SelfDiscoverDependencyLoader**: add parameter to allow passing paths of modules to be force loaded without checking any condition
0.1.4
Fix
- **Container**: propagate generic alias arguments to parent classes
0.1.3
Fix
- **Container**: add also the definitions to bases map and update the bases map recursively