Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[RELEASE] Deeplinker/1.1.0 #3

Merged
merged 3 commits into from
Jan 14, 2023
Merged

[RELEASE] Deeplinker/1.1.0 #3

merged 3 commits into from
Jan 14, 2023

Conversation

wlsdms0122
Copy link
Owner

📌 Reference

Add any references to help understand this pull request.

🔥 Cause

If there is a reason, write why the code changes was occurred.

📄 Changes

Write what is changed.
You can write more detail informations using MD syntax.

Added

  • Add store(url:) function to store deeplink for deferred handling.
    • Can store url even If Deeplinker already can handle deeplink(canHandle was true) for deferred process.
  • Add DeeplinkerDelegate to adjust Deeplinker's behavior.
    protocol DeeplinkerDelegate: AnyObject {
        func deeplinker(_ deeplinker: Deeplinker, shouldHandle url: URL) -> Bool
    }

🚧 Testing

Write how to test and results of changes using screenshots, gifs, any others.

@wlsdms0122 wlsdms0122 added this to the Deeplinker/1.1.0 milestone Jan 14, 2023
@wlsdms0122 wlsdms0122 self-assigned this Jan 14, 2023
@wlsdms0122 wlsdms0122 merged commit 4880e23 into main Jan 14, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant