universal_feed 0.5.0 universal_feed: ^0.5.0 copied to clipboard
Universal parser for RSS and Atom feeds with support for some extensions (dc, dcterms, media, itunes, georss, syndication, content)
0.5.0 #
- first contribution! thanks @d370urn3ur
- enabled parsing
logo
andicon
elements from atoms feeds - bump dependencies, fixed analysis comments.
0.4.0 #
- fixes html and xml link resolution
- fixes rss media extension parsing
- updated dependencies
- fixes xml library deprecated methods
- implements UniversalFeed.tryParse()
0.3.0 #
- IMPORTANT UPDATE: The library has undergone significant changes and is now completely revamped. The RSS and Atom feeds are now combined into one entity, making them much easier to use. Please note that there may be more changes before we reach version 1.0. However, we hope it will not be as extensive as this one.
0.2.0 #
- multiple fixes on empty node detection
- initial parsing of date times. Look at
Timestamp.parseValue()
0.1.0 #
- Initial version.