Closed LVMVRQUXL closed 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.
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.
We want to remove the create(String) and the createOrNull(String) deprecated functions from the EmailAddress.Companion experimental type.
create(String)
createOrNull(String)
EmailAddress.Companion
Will be superseded by a future issue that will be created when resolving #635.
📝 Description
We want to remove the
create(String)
and thecreateOrNull(String)
deprecated functions from theEmailAddress.Companion
experimental type.✅ Checklist
create(String)
function and update the public API binaries.createOrNull(String)
function and update the public API binaries.