Skip to content

Releases: button/DeepLinkKit

The one with date serialization

07 May 14:10
Compare
Choose a tag to compare
0.2.5

Release 0.2.5

The one with JSON object serialization

08 Mar 15:36
Compare
Choose a tag to compare
  • Protocol to serialize objects for transport in a deep link

The one with subscript access to query parameters on mutable deep links

15 Feb 23:42
Compare
Choose a tag to compare
  • add subscript get/set on DPLMutableDeepLink
  • fix and update sample apps with host matching example

The one with the improved regex route matching

13 Feb 19:03
Compare
Choose a tag to compare
  • Extended character support in regex route components.
  • CocoaDocs styling. Thanks @patricknlewis, hat tip @orta

The one with subscript access on DPLDeepLink

11 Feb 20:19
Compare
Choose a tag to compare
  • Adds subscript support to access routeParameters and queryParameters on DPLDeepLink.
  • Adds convenience header for importing AppLinks categories

The one with mutable deep links & JSON object passing.

09 Feb 21:54
Compare
Choose a tag to compare

Important Behavior Change:
As of this release, in all registered routes, paths are considered to begin at the first forward slash. A route component before the first forward slash will be considered the host.

  • Added support for host matching when registering routes
  • Added mutable deep links including passing JSON objects through deep links

The one from Park City.

09 Feb 21:43
Compare
Choose a tag to compare
  • All incoming URLs handled in application:openURL:sourceApplication:annotation:

The first one. Splendid.

09 Feb 21:41
Compare
Choose a tag to compare

The Button DeepLink SDK is a splendid route-matching, block-based way to handle your deep links.