Skip to content

Releases: theolm/Rinku

v1.3.1

29 Dec 01:29
Compare
Choose a tag to compare

What's Changed

  • Update dependency io.ktor:ktor-client-core to v3.0.2 by @renovate in #56
  • Update agp to v8.7.3 by @renovate in #55
  • Update dependency androidx.compose.ui:ui-tooling-preview to v1.7.6 by @renovate in #57
  • Update dependency gradle to v8.12 by @renovate in #62
  • Update kotlinx-coroutines monorepo to v1.10.1 by @renovate in #60
  • Update voyager to v1.0.1 by @renovate in #61
  • Update actions/setup-java action to v4.6.0 by @renovate in #58
  • Update dependency io.ktor:ktor-client-core to v3.0.3 by @renovate in #59

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Nov 23:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

13 Oct 19:34
Compare
Choose a tag to compare

Update

  • Update to Kotlin v2.0.21
  • Update compose.plugin to v1.7.0+build1877-release-1.7
  • Update dependency io.ktor:ktor-client-core to v3
  • Update kotlinx-coroutines monorepo to v1.9.0
  • Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3
  • Update dependency com.arkivanov.decompose:decompose to v3

v1.1.0

07 Oct 17:40
Compare
Choose a tag to compare

Update

  • Added Jvm as Compilation Target. (by @Shabinder).

v1.0.1

08 Sep 00:22
Compare
Choose a tag to compare

Rinku is now consider stable and ready for production use.

Update

  • Update dependencies to the latest versions

v1.0.0

31 Aug 17:37
Compare
Choose a tag to compare

Rinku is now consider stable and ready for production use.

Update

  • Update dependencies to the latest versions

v0.6.0

05 Aug 22:40
Compare
Choose a tag to compare

[v0.6.0] - 2024-08-05

Update

  • Update dependencies to the latest versions

v0.5.1

03 Jul 00:39
Compare
Choose a tag to compare

[v0.5.1] - 2024-07-02

Update

  • Exposes the data property in the Deeplink class. This property contains the data that was passed to build the deeplink (original URL).

v0.5.0

22 May 00:08
Compare
Choose a tag to compare

[v0.5.0] - 2024-05-21

Update

  • Kotlin 2.0 support: Updates the library to kotlin 2.0.0
  • Compose Multiplatform: Updates to compose multiplatform 1.9.10

v0.4.0

17 May 15:01
Compare
Choose a tag to compare

[v0.4.0] - 2024-05-17

Added

  • New handle method: The user now can call Rinku.handleDeepLink using the applied filter and mapper. This is useful when the application needs to fire a url that came from a push notification or api call.