This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
This release addresses an issue where contained view controllers were not having their dependencies injected. The injector now recurses through the view controller hierarchy to ensure all registered types are resolved.
This release also addresses an issue with the Unity DependencyAttribute. Now the Unity implementation always adds a container extension to support injection without the use of the attribute.