We want to remove the fromString and the fromStringOrNull methods from the EmailAddress.Companionexperimental type, deprecated with an error level by #692.
🔗 Dependencies
This issue is blocked by the following items:
[x] #692
✅ Checklist
[ ] 🔥 Remove the fromStringOrNull(Any) method.
[ ] 🔥 Remove the fromStringOrNull(Any, Any) method.
[ ] 🔥 Remove the fromString(Any) method.
[ ] 🔥 Remove the fromString(Any, Any) method.
[ ] 📝 Update the unreleased changelog for this issue.
📝 Description
We want to remove the
fromString
and thefromStringOrNull
methods from theEmailAddress.Companion
experimental type, deprecated with an error level by #692.🔗 Dependencies
This issue is blocked by the following items:
✅ Checklist
fromStringOrNull(Any)
method.fromStringOrNull(Any, Any)
method.fromString(Any)
method.fromString(Any, Any)
method.