Skip to content

v1.6.1

Compare
Choose a tag to compare
@RohanNagar RohanNagar released this 25 Oct 21:30
· 54 commits to master since this release
  • Fix bug so that email addresses that end in a dash - character now correctly fail validation with the reason FailureReason.DOMAIN_PART_ENDS_WITH_DASH instead of incorrectly returning FailureReason.ENDS_WITH_DOT. (Thanks @tbatchlear for reporting!)