DeepLinkKit v1.5.1 Release Notes
Release Date: 2019-09-09 // over 5 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
- ๐ Lower deployment target for
Previous changes from v1.5.0
-
[#136] - Adds a more Swift friendly route registration
self.router.register("/path") { link in // Handle deep link }