types
types copied to clipboard
♻️ Stabilization of `EmailAddress` type
📝 Description
We want to stabilize the EmailAddress type and its serializer, provided by the EmailAddress.Companion.stringSerializer() function.
🔗 Dependencies
This issue is blocked by the following items:
- [x] #339
- [ ] #818
✅ Checklist
See the Issue implementation section in the contributing guidelines before addressing the following checklist.
- [ ] ♻️ Stabilize the
EmailAddresstype. - [ ] ♻️ Stabilize the
EmailAddress.Companion.stringSerializer()function. - [ ] 📝 Update the unreleased changelog for this issue.