Releases: airbnb/DeepLinkDispatch
Releases · airbnb/DeepLinkDispatch
DeepLinkDispatch v6.2.2
- Fix matching issue with placeholders (#365)
DeepLinkDispatch v6.2.1
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
DeepLinkDispatch v6.0.0-beta06
DeepLinkDispatch v6.0.0-beta05
- Made value length 2 bytes wide. (#338)
DeepLinkDispatch v6.0.0-beta04
DeepLinkDispatch v6.0.0-beta03
DeepLinkDispatch v6.0.0-beta02
- Fixed issue with annotated Kotlin functions that are not in any class. (#326)
DeepLinkDispatch v6.0.0-beta01
- Convert processor and tests to Kotlin and enable support for KSP (#323)
DeepLinkDispatch v5.4.3
- Fix inner class matching (matching on methods in inner classes) #321