All Versions
25
Latest Version
Avg Release Cycle
162 days
Latest Release
1403 days ago

Changelog History
Page 1

  • v1.3.0.1 Changes

    May 25, 2020
    • โž• Add a test to check that validation works on a simple entry.
    • ๐Ÿ”„ Change attribute handling when validating so that type attribute is recognised properly on content.
  • v1.3.0.0 Changes

    • โช Reverted changes to EntryContent that came in 1.2.0.0. Thanks to Tomas Janousek.
  • v1.2.0.1 Changes

    • ๐Ÿ›  Get rid of xmlns:ns and ns:-prefixed attributes that confused some applications, thanks to Tomas Janousek.
    • ๐Ÿ‘ GHC 8.8 support
  • v1.2.0.0 Changes

    July 22, 2019

    โšก๏ธ Updated EntryContent's HTMLContent to wrap an XML.Element instead of Text. Thanks to Jake Keuhlen.

  • v1.1.0.0 Changes

    June 11, 2019
    • ๐Ÿ“œ parseFeedFromFile now returns IO (Maybe Feed) instead of IO Feed to distinguish IO exceptions from parse failures. Thanks to Jake Keuhlen.
  • v1.0.1.0 Changes

    November 07, 2018
    • ๐Ÿ‘Œ Support for GHC 8.6.x libraries

    • โž• Add textFeed and textRSS helpers (thanks to Francesco Ariis)

  • v1.0.0.0 Changes

    February 13, 2018
    • Thanks to Dmitry Dzhus feed has been modernized to use the text, xml-types and xml-conduit libraries.
  • v0.13.12.0

    March 25, 2017
  • v0.3.12.0 Changes

    December 22, 2016
    • โž• Adds support for some fallback parsing of atom feeds to XMLFeed (thanks to Joey Hess)
  • v0.3.11.1 Changes

    November 22, 2016
    • โž• Add missing file to dist of test-suite (thanks to Sergei Trofimovich)