Releases: Porges/email-validate-hs
Releases · Porges/email-validate-hs
v2.3.2.1
Changed
- Bumped upper bound for
QuickTest
to 2.12.
v2.3.2
Changed
- Relaxed
doctest
upper bound.
v2.3.1
Changed
- Relax version bounds on
doctest
and template-Haskell
.
v2.3
Potentially-breaking changes:
- Enforce length limits on emails properly (254 overall, 64 local-part).
Additions:
Other:
- Unified domain parser.
- Updated tests to use hspec.
v2.2.1
Updating supported LTS versions, add PVP flags. (No dependency versions changed.)
Tests tidied up a bit.
v2.2.0
Adds unsafeEmailAddress
, which allows you to create an EmailAddress
without validating it.
2.1.3
No code changes, simply a fix to the Cabal file. (Thanks to @bergmark.)
v2.1.2
Fixes a bug in the Read instance.
email-validate-2.1.1
Fix the Read instance changes from 2.1.0.