Skip to content

Releases: Peterkrol12/webfeed-revised

V0.8.0

11 Jul 11:34
197ffbf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V0.7.2...V0.8.0

V0.8.1-beta

11 Jul 11:44
Compare
Choose a tag to compare
V0.8.1-beta Pre-release
Pre-release

Full Changelog: V0.8.0...V0.8.1-beta

V0.7.2

06 Apr 11:11
1b54995
Compare
Choose a tag to compare

V0.7.2 - Dart format

Changes

  • Applied dart format

Initial release of webfeed revision

06 Apr 11:07
296cdf6
Compare
Choose a tag to compare

V0.7.1 - The initial release of the webfeed revision

Based and forked from the Webfeed package

Changes

  • Updated dependencies
  • Fixed RssItem pubDate optional seconds
  • Added RssItem pubDate UTC parser
  • Added RssItem description HTML parser
  • Added documentation for public members

V0.7.3-beta

06 Apr 13:39
Compare
Choose a tag to compare
V0.7.3-beta Pre-release
Pre-release

HTML Parsing

Adds the functionality to automatically parse HTML tags. This functionality is only applied to a couple of elements of the feeds and can be disabled by passing false to the .parse method from either RssFeed or AtomFeed.