All Versions
13
Latest Version
Avg Release Cycle
374 days
Latest Release
1997 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.0 Changes
June 26, 2019- โฌ๏ธ Drop the
parsec2read
function.Read
is not supposed to be defined manually, really. It's supposed to be a dual to the derivedShow
instance. - โฌ๏ธ Drop the Rfc2821 module. This code is not generic enough to be useful, really. I use it in Postmaster, and there it will live henceforth.
caseString
no longer returns a string; it just returns()
.- ๐ Make use of
DayOfWeek
type from newtime
library. - โฌ๏ธ Drop the obsolete dependency on
mtl
.
- โฌ๏ธ Drop the
-
v2.1.0 Changes
June 10, 2019- Re-write code to use the modern
time
library rather thanold-time
. - rfc2821: drop the entire smtp FSM stuff
- ๐ hsemail.cabal: drop unnecessary build-depends
- โฌ๏ธ Drop support for GHC versions prior to 7.10.x.
- Re-write code to use the modern
-
v1.7.7 Changes
August 30, 2013- rfc2822: allow 8 bit characters is message bodys
-
v1.7.6 Changes
April 05, 2013- ๐ move the project to github
-
v1.7.5 Changes
February 02, 2013- ๐ rfc2822: support obsolete local_part syntax
- ๐ rfc2822: support obsolete domain syntax
- ๐ rfc2822: fixed typo in the parser for domain literals
- ๐ rfc2822: support obsolete quoted-pair syntax
- โ Greatly extend the test suite.
-
v1.7.4 Changes
January 04, 2013- ๐ rfc2822: fix
return_path
parser - ๐ rfc2822: improve documentation (especially
subject
,comments
)
- ๐ rfc2822: fix
-
v1.7.3 Changes
December 23, 2012- rfc2822: fix infinite recursion between
day
andobs_day
- rfc2822: fix infinite recursion between
-
v1.7.2 Changes
June 08, 2012- ๐
word
parser failed for quoted string prefixed by ws
- ๐
-
v1.7.1 Changes
April 19, 2011- โก๏ธ Updated Gero's e-mail address.
-
v1.7 Changes
- ๐ Fixed plenty of GHC and HLint warnings.