Skip to content

Releases: TizianoCoroneo/Deeplink

0.3.0 - Encoding a link

02 Feb 13:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

Github Pages and Unit Tests

04 Mar 14:12
Compare
Choose a tag to compare
  • There is a new struct called SampleDeeplink that greatly simplifies writing unit tests to verify the correct behavior of deeplinks. See the documentation of SampleDeeplink 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

10 Jun 14:52
Compare
Choose a tag to compare
DocC documentation Pre-release
Pre-release

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

28 Apr 10:00
5fd0e44
Compare
Choose a tag to compare

Renamed @_functionBuilder to @resultBuilder to fix a warning on Xcode 12.5

v0.1.0

21 Mar 11:19
8b8936f
Compare
Choose a tag to compare

Initial release.