Releases: Swinject/SwinjectStoryboard
Releases · Swinject/SwinjectStoryboard
v1.1.2
Enhanced
- Internally enhanced depending module dependencies. (#44, #51, #54) Thanks @mpdifran, @jakubvano!
Fixed
- Fixed the warning about Objective-C class method 'initialize' (#46) Thanks @mpdifran, @yoichitgy!
- Silenced output of pod repo update. (#56) Thanks @jakubvano
Documentation
- Fixed typos using misspell. (#53) Thanks @Lutzifer!
- Added @objc annotation for the setup examples. (#66) Thanks @allenhumphreys!
This version supports **Xcode 8.x with Swift 3.x.
v1.1.1
Fixed
- Fixed version specifier of Swinject to use v2.0 or higher correctly. Thanks @alexisbronchart!
This version supports Swift 3.x / Xcode 8.x.
v1.1.0
v1.0.0 🎉
v1.0.0-beta.3
SwinjectStoryboard v1 (beta) is designed to be used with Swinject v2 (beta).
Breaking Changes
- Compatible with Swinject v2.0.0-beta3 (#33). By @yoichitgy
- Renamed protocols for Swift 3 API conformance(#34). By @yoichitgy
registerForStoryboard
renamed tostoryboardInitCompleted
(#22). By @jakubvano
Enhanced
The framework targets Swift 3 / Xcode 8.
v1.0.0-beta.2
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).