Skip to content

Releases: airbnb/DeepLinkDispatch

DeepLinkDispatch v7.2.2

Choose a tag to compare

@rossbacher rossbacher released this 29 Jan 17:50

What's Changed

New Contributors

Full Changelog: 7.2.1...7.2.2

DeepLinkDispatch v7.2.1

Choose a tag to compare

@rossbacher rossbacher released this 14 Jan 19:08
  • Fix a bug that causes mismatches when matching with empty configurable path segments (#383)

DeepLinkDispatch v7.1.1

Choose a tag to compare

@rossbacher rossbacher released this 12 Jan 19:00
  • Fix a bug that causes mismatches when matching with empty configurable path segments (#383)

DeepLinkDispatch v7.2.0

Choose a tag to compare

@elihart elihart released this 09 Jan 19:10
0255e2f

Support for KSP2

DeepLinkDispatch v7.1.0

Choose a tag to compare

@rossbacher rossbacher released this 06 Jan 01:08
  • Use consumer proguard file to configure custom deeplinks, eliminating the need to configure them on by one. (#380)
  • Fix issue with task caching and file handing. (#381)

DeepLinkDispatch v7.0.0

Choose a tag to compare

@rossbacher rossbacher released this 20 Dec 00:12
  • Added support for manifest generation when using ksp (#377)
  • Fix typo in README regarding Proguard/R8 rules (#376)
  • Added clarification about which URI elements are used for matching (#361)

DeepLinkDispatch v6.2.3

Choose a tag to compare

@rossbacher rossbacher released this 20 Nov 22:54
  • Update Kotlin to 2.0.21 and AGP to 8.13.0 (#372)
  • Updates to DeepLinkEntry.compareTo() function. (#373)

DeepLinkDispatch v6.2.2

Choose a tag to compare

@rossbacher rossbacher released this 27 Jun 23:19
  • Fix matching issue with placeholders (#365)

DeepLinkDispatch v6.2.1

Choose a tag to compare

@elihart elihart released this 04 Apr 16:26

Updates kotlin, ksp, and the xprocessing library.

Notably, the androidx.room:room-compiler-processing library (aka xprocessing) has been updated to 2.6.0-alpha01. This version is incompatible with previous versions due to a breaking API change. All annotation processors using this library must be on the same version. Other annotation processors such as Epoxy and Paris also use xprocessing and if you use them you need to use a version of them that also uses xprocessing 2.6.0-alpha01

DeepLinkDispatch v6.1.0

Choose a tag to compare

@rossbacher rossbacher released this 09 Mar 01:30
  • Bump AGP to 7.1.1 and update almost all other dependencies (#337 and #347)
  • Address xprocessing api change (#343)
  • Update dependencies / Clarify parameter override behavior (#347)
  • Fix KSP typo (#346)