Skip to content

Releases: button/DeepLinkKit

The one that should have happened a while ago

09 Sep 15:35
Compare
Choose a tag to compare

The one with Swiftier route registration

18 Oct 13:36
Compare
Choose a tag to compare
  • [#136] - Adds a more Swift friendly route registration
self.router.register("/path") { link in 
    // Handle deep link
}

The one with Carthage support

10 Aug 21:15
Compare
Choose a tag to compare

The one that works with tvOS

19 May 18:46
Compare
Choose a tag to compare
  • Adds tvOS to the podspec (thanks @ehlersd)

The one that supports Xcode 8.3

30 Mar 16:43
Compare
Choose a tag to compare
  • Fixes compilation issue in Xcode 8.3 (#119, #121)
    Thanks everyone for reporting! Thanks @igor-makarov for fixing 🎉
  • Fixes missing registerHandlerClass in Swift header (#111, #112)

The one that copies routeParameters too

06 Apr 21:34
Compare
Choose a tag to compare
  • Move navigation controller routing to a category (#94)
  • Copy routeParameters on immutable and mutable copy of DPLDeepLink instances (#95)

The one that begins improving Swift support (to be continued...)

01 Apr 03:57
Compare
Choose a tag to compare
  • Adds a Swift example target (#68)
  • Preserves key only query parameters (#73)
  • Replaces deprecated CFURLCreateString* APIs (#75)
  • Adds a module map (#90)
  • Forwards the route completion handler (#91)

The one that supports Universal Links

12 Jun 14:39
Compare
Choose a tag to compare

Adds support for Apple's new Universal Links introduced in iOS 9.

The one where DeepLinkSDK became DeepLinkKit

14 May 21:46
Compare
Choose a tag to compare
Merge pull request #50 from usebutton/chris/deep_link_kit

DeepLink SDK is now DeepLinkKit

The one that deprecated DeepLinkSDK

14 May 21:41
Compare
Choose a tag to compare
Merge pull request #51 from usebutton/chris/deprecate_deeplinksdk

Deprecate DeepLinkSDK