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

Releases: feature23/DependencySwizzler

DependencySwizzler 1.0.1

06 Feb 15:48
Compare
Choose a tag to compare

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.

DependencySwizzler 1.0

06 Feb 15:32
Compare
Choose a tag to compare

Initial release