All Versions
25
Latest Version
Avg Release Cycle
162 days
Latest Release
985 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.11.0 Changes
- โ Add
toFeedDateStringUTC
which uses UTCTime rather than ClockTime (thanks to Emanuel Borsboom) - Now with explicit export lists!
- โ Add
-
v0.3.10.4 Changes
- ๐ Fix toFeedDateString time format, It used %s (seconds since epoch) instead of %S (seconds of minute), and %m (month) instead of %M (minute) (thanks to Emanuel Borsboom)
-
v0.3.10.3 Changes
- RSS Export: avoid attribute (thanks to Roman Cheplyaka)
-
v0.3.10.2 Changes
- 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".
-
v0.3.10.1 Changes
- ๐ Allow
HUnit 1.3.*
- ๐ Allow
-
v0.3.10.0 Changes
- โ Add
Text.Feed.Import.parseFeedSource :: XmlSource s => s -> Maybe Feed
(thanks to Dmitry Dzhus)
- โ Add
-
v0.3.9 Changes
- tidy up compilation with ghc-7.6(.3), bumped version (but no functional changes.)
-
v0.3.9.7 Changes
- โ Add missing modules in test-suite
-
v0.3.9.6 Changes
- ๐ Fixed the "cloud" having attribute "register" instead of "registerProcedure": https://validator.w3.org/feed/docs/rss2.html#ltcloudgtSubelementOfLtchannelgt (thanks to Daniele Francesconi)
-
v0.3.9.5 Changes
- ๐ Fix typo "skipDayss" -> "skipDays" in
Text.RSS.Export
(thanks to Daniele Francesconi)
- ๐ Fix typo "skipDayss" -> "skipDays" in