generated from theolm/kmm-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
# Changelog | ||
|
||
## [v0.2.0] - 2024-04-22 | ||
## [v0.4.0] - 2024-05-17 | ||
|
||
### Added | ||
|
||
- **Typesafe arguments**: The library now supports typesafe arguments for deep links, making it easier to work with deep link parameters. In order to use it the app/module needs to include kotlinx-serialization. To get the parameter value, you can use the `getArgument` method on the `DeepLink` object. The method will return the parameter value or null if the parameter is not present. | ||
- **BuildUrl**: The library now supports building URLs adding Serializable arguments. This is very handy for internal navigation. Use the `Rinku.buildUrl` to generate the url and pass it as argument to `handleDeepLink`. | ||
- **New handle method**: The user now can call `Rinku.handleDeepLink` using the applied filter and mapper. This is useful when the application needs to fire a url that came from a push notification or api call. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters