Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 827 Bytes

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 827 Bytes

0.5.0

  • first contribution! thanks @d370urn3ur
  • enabled parsing logo and icon 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.