kotools / types

Explicit types for Kotlin Multiplatform.
https://types.kotools.org
MIT License
90 stars 6 forks source link

🔥 Removal of `EmailAddress.Companion.create*` functions #629

Closed LVMVRQUXL closed 8 months ago

LVMVRQUXL commented 8 months ago

Issue created when resolving #623.

[!IMPORTANT] This is an incompatible binary change. See our versioning strategy for more details on when we could publish it.

📝 Description

We want to remove the create(String) and the createOrNull(String) deprecated functions from the EmailAddress.Companion experimental type.

✅ Checklist

LVMVRQUXL commented 8 months ago

Will be superseded by a future issue that will be created when resolving #635.