Skip to content

Releases: ferranabello/Viperit

Xcode 13 compatibility

15 Sep 10:33
2e0d99c
Compare
Choose a tag to compare
  • The library now builds with Xcode 13 (thanks @Speakus)
  • Minimum deployment version is now iOS 12+

SwiftUI weak linking

01 Oct 17:49
0cd7943
Compare
Choose a tag to compare

Fix issues related to running Viperit on iOS < 13

Fix Cocoapods release

01 Oct 14:40
a586f23
Compare
Choose a tag to compare

Specify SwiftUI as 'weak_framework' in the Pod specs

Fix SPM release

18 Sep 06:42
c2118a9
Compare
Choose a tag to compare

Set iOS 11.0 as the minimum deployment target

SwiftUI

17 Sep 14:03
b6a9c3a
Compare
Choose a tag to compare

You can now build Viperit modules using SwiftUI for your view!

Note: This version needs Xcode 11, Swift 5.1 and iOS 11+

SPM Support

07 Sep 15:27
29fcb8e
Compare
Choose a tag to compare

Added support for Swift Package Manager

Make getNavigationController public

17 May 10:43
961052d
Compare
Choose a tag to compare
  • Make getNavigationController function public
  • Use router's viewController accessor instead of force casting
  • Extend RouterProtocol instead of Router class where it makes sense

Embed in navigation controller is now open

14 May 09:47
b54c781
Compare
Choose a tag to compare

Now you can override the method embedInNavigationController if you wish. Thanks @Speakus for pointing that out.

Full-protocol, Xcode10.2, Swift 5

02 Apr 07:07
d6d34a9
Compare
Choose a tag to compare
  • Support for any UIViewController subclass, even third-party classes.

  • Default implementations for UITableViewController (TableUserInterface), UICollectionViewController (CollectionUserInterface) and UISplitViewController (SplitUserInterface)

  • Xcode 10.2

  • Swift 5

Router built-in modals support

11 Dec 23:01
133f683
Compare
Choose a tag to compare
1.2.1

Bump version to 1.2.1 (#91)