aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/domain.scala
Commit message (Expand)AuthorAgeFilesLines
* Move core types into core-types projectJakob Odersky2018-10-091-73/+0
* Improve PhoneNumber (#222)Sergey Nastich2018-09-191-6/+39
* Validate phone numbers when parsing from JSON (#183)v1.11.8Zach Smith2018-07-191-8/+2
* [API-1584] Change AuthCredentials to accept a string identifier (#166)v1.9.3Arthur Rand2018-05-161-3/+9
* SCALA-20 Use liphonenumber in `PhoneNumber.parse` to accomodate chinese numbe...Sergey Nastich2018-03-281-10/+8
* fix emailEqual type errorStewart Stewart2017-03-311-1/+1
* only implement email equal instanceStewart Stewart2017-03-301-7/+3
* use case insensitive string comparison for emailsStewart Stewart2017-03-301-0/+12
* Moved email and phone number to corev0.10.1vlad2017-02-021-0/+34