- upgrade test requirements - fix function decorators
0.4.0
- `inject` method is now lazy in the evaluation and constructs dependencies in the call-time - injected function can now be called with position and kw-args and dependencies independently of the position of the dependency parameter
0.3.1
now mypy will recognize inseminator during the static analysis
0.3.0
The resolver is now able to automatically construct `BaseSettings` object specified as a dependency.
0.2.2
Default parameter values are now taken into account when resolving a dependency.