Releases: button/DeepLinkKit
Releases · button/DeepLinkKit
The one that should have happened a while ago
- Lower deployment target for
DeepLinkKit
build target (#156) - @jou - Create tvOS scheme (#149) - @LeviTrammell
- Fix named group component requiring more than one character (#144) - @gaizhi
- Fix static analysis warnings (#141) - @zkrige
- Continue Looking for Route Handler until match handles it (#131) - @glentregoning
- Fix DPLRouteMatcher Incorrectly Matching URL Without Host or Path (#115) - @mliberatore
The one with Swiftier route registration
- [#136] - Adds a more Swift friendly route registration
self.router.register("/path") { link in
// Handle deep link
}
The one with Carthage support
- [#134] - Adds Carthage support (thanks @edwardaux)
The one that works with tvOS
- Adds tvOS to the podspec (thanks @ehlersd)
The one that supports Xcode 8.3
- 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
The one that begins improving Swift support (to be continued...)
The one that supports Universal Links
Adds support for Apple's new Universal Links introduced in iOS 9.
The one where DeepLinkSDK became DeepLinkKit
Merge pull request #50 from usebutton/chris/deep_link_kit DeepLink SDK is now DeepLinkKit
The one that deprecated DeepLinkSDK
Merge pull request #51 from usebutton/chris/deprecate_deeplinksdk Deprecate DeepLinkSDK