SwinjectStoryboard Versions Save

Swinject extension for automatic dependency injection via Storyboard

2.2.3

8 months ago
  • Mac Catalyst support 🚀
  • Remove minor version lock of 2.7.1 for Swinject in Cocoapods 🔓

2.2.2

2 years ago

Add support for Swift Package Manager 🎉

2.2.1

2 years ago

Merge pull request #125 from evanjd/patch-1

Update link to Typhoon in README

Merge pull request #135 from relax94/fix/update-image-for-xcode11

Fix/update image for xcode11

Merge pull request #155 from tweetjay/bugfix/issue-154

Fix Error while building SwinjectStoryBoard with Xcode 12.5

Merge pull request #144 from 28BySamwood/xcode_11.3.1

feature(xcode-11.3.1-support): update for xcode 11.3.1

Merge pull request #156 from relax94/feature/update-project-to-xcode-12-5

feature(xcode12.5): update for a new xcode version and swift 5

Merge pull request #137 from relax94/feature/update-xcode-for-swift5.2

feature(xcode): update availability for latest xcode 11.2 and swift 5.2

Merge pull request #158 from yoichitgy/swift-version-consistency

Use Swift version 5 as consistent configurations

Merge pull request #159 from yoichitgy/fix-deployment-target

Fix iOS and tvOS deployment targets

Merge pull request #160 from mpdifran/makefile-for-release

Update the version to 2.2.1

2.2.0

5 years ago

Compatibility

  • Added compatibility with Xcode 10.2 & Swift 5(#114 #117). Thanks @mdyson!

This version supports Xcode 10+ with Swift 4+ / Swift 5 (iOS, tvOS, OSX)

2.1.0

5 years ago

Compatibility

  • Added compatibilty with Xcode 10 & Swift 4.2 (#109, #111). Thanks @tengyifei, @JacobMao!

This version supports Xcode 10 with Swift 4.x (iOS, tvOS, OSX) or Swift 3.x (iOS, tvOS)

2.0.2

5 years ago

Compatibility

This version supports Xcode 9.x with Swift 4.x (iOS, tvOS, OSX) or Swift 3.x (iOS, tvOS)

2.0.1

5 years ago

Compatibility

Breaking changes

  • OSX API refactored to use NSStoryboard.Name / NSStoryboard.SceneIdentifier instead of String

This version supports Xcode 9.x with Swift 4.x (iOS, tvOS, OSX) or Swift 3.x (iOS, tvOS)

2.0.0-beta.1

6 years ago

Compatibility

  • Added compatibility with Swift4 for OSX (#79)

Breaking changes

  • OSX API refactored to use NSStoryboard.Name / NSStoryboard.SceneIdentifier instead of String

This version supports Xcode 9.x with Swift 4.x (iOS, tvOS, OSX) or Swift 3.x (iOS, tvOS)

1.2.1

6 years ago

Bugfix

  • Fixed compilation error with Swift4 (#91)

This version supports Xcode 9.x with Swift 3.x (iOS, tvOS, OSX) or Swift 4.x (iOS, tvOS)

1.2.0

6 years ago

Compatibility

  • Added compatibility with Xcode 9 and Swift 4 (#71, #74). Thanks @yoichitgy, @JorgeDC!
  • Fixed compatibility with Swinject 2.3.0

This version supports Xcode 9.x with Swift 3.x (iOS, tvOS, OSX) or Swift 4.x (iOS, tvOS)