Skip to content

Releases: airbnb/DeepLinkDispatch

DeepLinkDispatch v6.2.2

27 Jun 23:19
Compare
Choose a tag to compare
  • Fix matching issue with placeholders (#365)

DeepLinkDispatch v6.2.1

04 Apr 16:26
Compare
Choose a tag to compare

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

09 Mar 01:30
Compare
Choose a tag to compare
  • 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)

DeepLinkDispatch v6.0.0-beta06

19 Nov 17:45
8a54ff0
Compare
Choose a tag to compare
  • Added error throwable to result in error case. (#340)
  • Ensure that entries in allowed placeholder values are sorted (#341)
  • Fix crash that could happen with no arg deep Link handler in R8 full mode (#342)

DeepLinkDispatch v6.0.0-beta05

02 Nov 19:53
Compare
Choose a tag to compare
  • Made value length 2 bytes wide. (#338)

DeepLinkDispatch v6.0.0-beta04

01 Nov 18:42
Compare
Choose a tag to compare
  • Fix issues with long placeholders in hosts. (#335)
  • Bump XProcessing version to fix nullability issue (#336)

DeepLinkDispatch v6.0.0-beta03

19 Oct 01:26
8d856d7
Compare
Choose a tag to compare
  • Enable KTLint on all modules #324
  • Added support for allowed placeholder values #328
  • Fix sample app Activity class reference #332
  • Added a new concept of deep link handlers. #330

DeepLinkDispatch v6.0.0-beta02

30 Jun 23:01
Compare
Choose a tag to compare
  • Fixed issue with annotated Kotlin functions that are not in any class. (#326)

DeepLinkDispatch v6.0.0-beta01

29 Jun 21:46
Compare
Choose a tag to compare
  • Convert processor and tests to Kotlin and enable support for KSP (#323)

DeepLinkDispatch v5.4.3

04 Jun 20:48
Compare
Choose a tag to compare
  • Fix inner class matching (matching on methods in inner classes) #321