0.0.26
Summary
This release adds date-time interop for UUIDv7 as a separate module.
Also, the Parcelable implementation was reworked causing ABI changes for non-android source sets, due previous needed expect/actual modifier.
Upcoming changes
Kotlin stdlib starting 2.0.20 will finally contain a UUID implementation. Therefor, the next release of this library will deprecate this implemenation.
This library will move to the std kotlin.uuid.Uuid
class in the future and focus on additional functionality or draft versions, like UUIDv5 or UUIDv7.
What's Changed
- Remove explicit compiler target in Android by @hfhbd in #316
- Bump io.gitlab.arturbosch.detekt from 1.23.5 to 1.23.6 by @dependabot in #317
- Bump exposed from 0.48.0 to 0.49.0 by @dependabot in #318
- Bump app.cash.licensee from 1.9.1 to 1.10.0 by @dependabot in #319
- Bump app.cash.licensee from 1.10.0 to 1.11.0 by @dependabot in #321
- Bump actions/configure-pages from 4 to 5 by @dependabot in #322
- Bump Gradle to 8.7 by @hfhbd in #314
- Bump app.cash.sqldelight:runtime from 2.0.1 to 2.0.2 by @dependabot in #324
- Bump Kotlin to 2.0.0-RC1 by @hfhbd in #326
- Bump com.gradle.enterprise from 3.16.2 to 3.17.1 by @dependabot in #327
- Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 by @dependabot in #329
- Bump com.gradle.develocity from 3.17.1 to 3.17.2 by @dependabot in #330
- Bump kotlin from 2.0.0-RC1 to 2.0.0-RC2 by @dependabot in #331
- Bump com.gradle.develocity from 3.17.2 to 3.17.3 by @dependabot in #333
- Always validate the Gradle wrapper by @dependabot in #328
- Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #325
- Bump kotlin from 2.0.0-RC2 to 2.0.0-RC3 by @dependabot in #335
- Bump exposed from 0.49.0 to 0.50.1 by @dependabot in #334
- Add Google repository by @hfhbd in #336
- Bump androidx.test.ext:junit-ktx from 1.1.4 to 1.1.5 by @dependabot in #339
- Bump com.android.application from 8.3.1 to 8.4.0 by @dependabot in #338
- Bump com.gradle.develocity from 3.17.3 to 3.17.4 by @dependabot in #341
- Bump com.android.application from 8.4.0 to 8.4.1 by @dependabot in #342
- Bump exposed from 0.50.1 to 0.51.1 by @dependabot in #345
- Bump com.android.application from 8.4.1 to 8.4.2 by @dependabot in #348
- Bump com.android.application from 8.4.2 to 8.5.0 by @dependabot in #350
- Bump com.gradle.develocity from 3.17.4 to 3.17.5 by @dependabot in #349
- Bump kotlin from 2.0.0-RC3 to 2.0.0 by @dependabot in #343
- Bump serialization from 1.6.3 to 1.7.0 by @dependabot in #346
- Bump org.jetbrains.kotlinx.kover from 0.7.6 to 0.8.1 by @dependabot in #347
- Bump androidx.test:runner from 1.5.2 to 1.6.0 by @dependabot in #353
- Bump androidx.test:runner from 1.6.0 to 1.6.1 by @dependabot in #358
- Bump androidx.test.ext:junit-ktx from 1.1.5 to 1.2.1 by @dependabot in #357
- Switch to multiplatform Parcelize annotation by @hfhbd in #337
- Bump serialization from 1.7.0 to 1.7.1 by @dependabot in #355
- Bump exposed from 0.51.1 to 0.52.0 by @dependabot in #356
- Bump org.jetbrains.kotlinx.kover from 0.8.1 to 0.8.2 by @dependabot in #359
- Simplify android test by @hfhbd in #360
- Add kotlinx-datetime module (#198) by @janseeger in #351
New Contributors
- @janseeger made their first contribution in #351
Full Changelog: v0.0.25...v0.0.26