Overrides support
This release adds support for overrides.
This feature allows you temporarily override some dependency or constructor argument during the resolving. It can be really handy in advanced scenarios and during unit testing. It supports AOT scenarios and has zero overhead if you don't use it.
More info you can find in readme file.