All Versions
13
Latest Version
Avg Release Cycle
374 days
Latest Release
1758 days ago

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 derived Show 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 new time library.
    • โฌ‡๏ธ Drop the obsolete dependency on mtl.
  • v2.1.0 Changes

    June 10, 2019
    • Re-write code to use the modern time library rather than old-time.
    • rfc2821: drop the entire smtp FSM stuff
    • ๐Ÿ— hsemail.cabal: drop unnecessary build-depends
    • โฌ‡๏ธ Drop support for GHC versions prior to 7.10.x.
  • 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)
  • v1.7.3 Changes

    December 23, 2012
    • rfc2822: fix infinite recursion between day and obs_day
  • 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.