Skip to content

DeepMatch 0.1.0-alpha

  • Introduced the DeepMatch Gradle plugin (com.aouledissa.deepmatch.gradle) to parse .deeplinks.yml specs per variant, generate Kotlin sources, and optionally emit Android manifest entries.
  • Added the DeepMatch Processor runtime library capable of matching URIs, building typed parameter objects, and dispatching to strongly typed handlers.
  • Published the shared DeepMatch API module containing the spec/parameter data models used across plugin and runtime.
  • Delivered a reusable DeepMatch Testing module with fake handlers/processors and spec fixtures for unit test support.