Releases: Peterkrol12/webfeed-revised
Releases · Peterkrol12/webfeed-revised
V0.8.0
What's Changed
- Update pubspec.yaml by @bugrevealingbme in #10
- Fix DateFormat for parsing EEE by @bbo76 in #9
- Release/0.8.0 by @Peterkrol12 in #11
- Release 0.8.0 by @Peterkrol12 in #12
New Contributors
- @bugrevealingbme made their first contribution in #10
- @bbo76 made their first contribution in #9
Full Changelog: V0.7.2...V0.8.0
V0.8.1-beta
Full Changelog: V0.8.0...V0.8.1-beta
V0.7.2
V0.7.2 - Dart format
Changes
- Applied dart format
Initial release of webfeed revision
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
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
.