DeepLinkKit v1.5.1 Release Notes

Release Date: 2019-09-09 // over 4 years 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

Previous changes from v1.5.0

    • [#136] - Adds a more Swift friendly route registration

      self.router.register("/path") { link in // Handle deep link }