This project adheres to Semantic Versioning.
0.3.1 - 2019-03-20
- Removed support for retrieving queries from the params map.
- As a side effect, it also fixes crashes from poorly constructed (but still valid) deep links
0.3.0 - 2019-03-14
- Added SNAPSHOT releases to JFrog
- Added handler resolution section to README
- Support for simple regex path matching
- Ensure that routes are always selected in order of registration
0.2.0 - 2019-01-22
- Improved path matching.
- Route pattern with/without trailing slash now matches URI with/without trailing slash.
- Named/nameless parameters now ignore empty path segments at the end of a URI. However, empty segments occurring before non-empty ones are still processed accordingly
- Changed visibility of
MatchResult
tointernal
.
0.1.0 - 2019-01-17
- Implemented deep link parser.
- Platform agnostic URI implementation.
- Ignore query keys clashing with predefined path params.
- Support for treating host as path.
- Added code sample to readme.
- Set up build automation.
- Added transformation extensions for DeepLinkUri to/from
android.net.Uri
. - Implemented support for nameless path segment matching.
- Added unit test for
DeepLinkUri
.