Skip to content

Releases: Porges/email-validate-hs

v2.3.2.1

23 Jan 10:25
Compare
Choose a tag to compare

Changed

  • Bumped upper bound for QuickTest to 2.12.

v2.3.2

06 Nov 10:34
Compare
Choose a tag to compare

Changed

  • Relaxed doctest upper bound.

v2.3.1

29 Jul 02:34
Compare
Choose a tag to compare

Changed

  • Relax version bounds on doctest and template-Haskell.

v2.3

26 Jun 06:48
Compare
Choose a tag to compare

Potentially-breaking changes:

  • Enforce length limits on emails properly (254 overall, 64 local-part).

Additions:

  • Add email quasi-quoter.

Other:

  • Unified domain parser.
  • Updated tests to use hspec.

v2.2.1.1

25 Jun 23:32
Compare
Choose a tag to compare

Relax QuickCheck upper bound to <2.11, to fix commercialhaskell/stackage#2586.

v2.2.1

25 Jun 06:44
Compare
Choose a tag to compare

Updating supported LTS versions, add PVP flags. (No dependency versions changed.)

Tests tidied up a bit.

v2.2.0

14 Jan 21:04
Compare
Choose a tag to compare

Adds unsafeEmailAddress, which allows you to create an EmailAddress without validating it.

2.1.3

29 May 05:12
Compare
Choose a tag to compare

No code changes, simply a fix to the Cabal file. (Thanks to @bergmark.)

v2.1.2

11 May 06:07
Compare
Choose a tag to compare

Fixes a bug in the Read instance.

email-validate-2.1.1

22 Apr 08:24
Compare
Choose a tag to compare

Fix the Read instance changes from 2.1.0.