- RSS Export: avoid attribute (thanks to Roman Cheplyaka)
- The Atom RFC says that when a link element doesn't specify the "rel" attribute, i.e. link relation, it should be interpreted as an "alternate" relation. This makes the feed and item query functions treat a missing relation as "alternate".
- Allow
HUnit 1.3.*
- Add
Text.Feed.Import.parseFeedSource :: XmlSource s => s -> Maybe Feed(thanks to Dmitry Dzhus)
- Add missing modules in test-suite
- Fixed the "cloud" having attribute "register" instead of "registerProcedure": https://validator.w3.org/feed/docs/rss2.html#ltcloudgtSubelementOfLtchannelgt (thanks to Daniele Francesconi)
- Fix typo "skipDayss" -> "skipDays" in
Text.RSS.Export(thanks to Daniele Francesconi)
- Update maintainer information
- Add test suite
- Add support for utf8-string >= 1 && < 1.1 and time 1.5.*
- add ref to github repo + .cabal tidying.
- tidy up compilation with ghc-7.6(.3), bumped version (but no functional changes.)
- cabal build fixes.
- parsing: made <title> be optional.
- parsing: try if is missing.