webfeed_revised 0.9.0
webfeed_revised: ^0.9.0 copied to clipboard
webfeed-revised is a dart package for parsing RSS and Atom feeds. Media, DublinCore, iTunes, Syndication namespaces are also supported.
Changelog #
0.9.0 #
- Upgrade intl: ^0.20.0
0.8.0 #
- Upgrade to Dart 3.0
- Upgrade xml: ^6.5.0
- Upgrade intl: ^0.19.0 - Thanks to @bugrevealingbme
- Force RFC822 datetime to be parsed with
en_US
locale - Thanks to @bbo76
0.7.3-beta #
- Fixed html parser function
- Adds the ability to automatically parse and replace HTML tags from some elements of the RSS feed
0.7.2 #
- Applied dart format
0.7.1 #
- Updated dependencies
- Fixed RssItem pubDate optional seconds
- Added RssItem pubDate UTC parser
- Added RssItem description HTML parser
- Added documentation for public members
0.6.0 #
- Refactor util/xml.dart
- Support RDF feed
- Support Syndication namespace
0.5.2 #
- Lower the xml package version constraints