Skip to content

Releases: button/DeepLinkKit

The one that should have happened a while ago

Choose a tag to compare

@wessmith wessmith released this 09 Sep 15:35

The one with Swiftier route registration

Choose a tag to compare

@wessmith wessmith released this 18 Oct 13:36
  • [#136] - Adds a more Swift friendly route registration
self.router.register("/path") { link in 
    // Handle deep link
}

The one with Carthage support

Choose a tag to compare

@wessmith wessmith released this 10 Aug 21:15

The one that works with tvOS

Choose a tag to compare

@wessmith wessmith released this 19 May 18:46
  • Adds tvOS to the podspec (thanks @ehlersd)

The one that supports Xcode 8.3

Choose a tag to compare

@wessmith wessmith released this 30 Mar 16:43
  • 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

Choose a tag to compare

@wessmith wessmith released this 06 Apr 21:34
  • 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...)

Choose a tag to compare

@wessmith wessmith released this 01 Apr 03:57
  • 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

Choose a tag to compare

@wessmith wessmith released this 12 Jun 14:39

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

The one where DeepLinkSDK became DeepLinkKit

Choose a tag to compare

@buttonpairing buttonpairing released this 14 May 21:46
Merge pull request #50 from usebutton/chris/deep_link_kit

DeepLink SDK is now DeepLinkKit

The one that deprecated DeepLinkSDK

Choose a tag to compare

@buttonpairing buttonpairing released this 14 May 21:41
Merge pull request #51 from usebutton/chris/deprecate_deeplinksdk

Deprecate DeepLinkSDK