Releases: TizianoCoroneo/Deeplink
Releases · TizianoCoroneo/Deeplink
0.3.0 - Encoding a link
Github Pages and Unit Tests
- There is a new struct called
SampleDeeplink
that greatly simplifies writing unit tests to verify the correct behavior of deeplinks. See the documentation ofSampleDeeplink
for examples. - The minimum required version of Swift is now 5.6, due to the Swift DocC plugin used to generate online documentation.
- The Github Action for CI is fixed.
- The DocC documentation is now available online on Github Pages.
DocC documentation
This release includes a new DocC based documentation, including some articles and step by step tutorials.
This project is using Xcode 13 beta 1. I'll update as new betas are released.
Xcode 13 beta 1 is required, since now the Package.swift
file version is 5.5.
v0.1.1
Renamed @_functionBuilder
to @resultBuilder
to fix a warning on Xcode 12.5
v0.1.0
Initial release.