Releases: button/DeepLinkKit
Releases · button/DeepLinkKit
The one with date serialization
0.2.5 Release 0.2.5
The one with JSON object serialization
- Protocol to serialize objects for transport in a deep link
The one with subscript access to query parameters on mutable deep links
- add subscript get/set on
DPLMutableDeepLink
- fix and update sample apps with host matching example
The one with the improved regex route matching
- Extended character support in regex route components.
- CocoaDocs styling. Thanks @patricknlewis, hat tip @orta
The one with subscript access on DPLDeepLink
- Adds subscript support to access
routeParameters
andqueryParameters
onDPLDeepLink
. - Adds convenience header for importing AppLinks categories
The one with mutable deep links & JSON object passing.
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.
- All incoming
URL
s handled inapplication:openURL:sourceApplication:annotation:
The first one. Splendid.
The Button DeepLink SDK is a splendid route-matching, block-based way to handle your deep links.