Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

DependencySwizzler 1.0.1

Latest
Compare
Choose a tag to compare
@jamesmblair jamesmblair released this 06 Feb 15:48
· 1 commit to master since this release

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.