Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (36 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

45 lines (36 loc) · 1.73 KB

Changelog

This project adheres to Semantic Versioning.

0.3.1 - 2019-03-20

Removed

  • 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

  • Added SNAPSHOT releases to JFrog
  • Added handler resolution section to README
  • Support for simple regex path matching

Fixed

  • 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 to internal.

0.1.0 - 2019-01-17

Added

  • 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.