⏪️ Restore factory functions of Zero
and EmailAddress
to v4.5.1
#681
Closed
9 tasks done
Milestone
📝 Description
We want to restore factory functions introduced for the
Zero
and theEmailAddress
types in the version 4.5.1, instead of those introduced for the version 4.5.2, for taking more time to think about the right way for creating instances of a type.✅ Checklist
Zero.Companion.fromByte(Byte)
function with tests, documentation and samples.Zero.Companion.fromByteOrNull(Byte)
function with tests, documentation and samples.Zero
type.EmailAddress.Companion.fromString(Any)
function with tests, documentation and samples.EmailAddress.Companion.fromStringOrNull(Any)
function with tests, documentation and samples.EmailAddress.Companion.fromString(Any, Any)
function with tests, documentation and samples.EmailAddress.Companion.fromStringOrNull(Any, Any)
function with tests, documentation and samples.EmailAddress
type.The text was updated successfully, but these errors were encountered: