jonasschmidt / ex_json_schema

An Elixir JSON Schema validator
MIT License
366 stars 98 forks source link

fix(validator, format, email): Allow TLDs longer than 6 characters. #52

Closed jbottigliero closed 5 years ago

jbottigliero commented 5 years ago

I'm not familiar with the release process here so feel free to close if this can be ignored!

jonasschmidt commented 5 years ago

Oh yes, good catch! The change must have gotten lost at some point when reformatting things, and since there's no dedicated test, the regression wasn't caught by the test suite.

jonasschmidt commented 5 years ago

Merged and released as version 0.7.1