v1.0.0-beta.2
Pre-release
Pre-release
yoichitgy
released this
11 Sep 09:28
·
206 commits
to master
since this release
SwinjectStoryboard v1 (beta) is designed to be used with Swinject v2 (beta).
Breaking Changes
Fixed
- Dependencies of ViewControllers are getting injected multiple times using reference Storyboards. (Swinject/Swinject#125, #15) Thanks @jakubvano!
- Dependencies of non-root UIViewControllers are not getting storyboard injected. (Swinject/Swinject#128, #15) Thanks @jakubvano!
Enhanced
- Replaced respondsToSelector call with optional chaining (#11).
The framework targets Swift 3 / Xcode 8 (GM).