Skip to content

0.0.26

Latest
Compare
Choose a tag to compare
@hfhbd hfhbd released this 01 Jul 08:31
· 2 commits to main since this release
5636665

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

New Contributors

Full Changelog: v0.0.25...v0.0.26