Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

67 lines (51 loc) · 1.9 KB

Changelog

[3.0.3] - April, 2024

  • Added partial serialization support for RSS 1.0 and RSS 2.0 feeds. We'll fill out the rest of the serialization over time.

[3.0.2] - Feb, 2024

  • Upgrade http dependency to 1.1.2
  • Upgrade intl dependency to 0.19.0
  • Fix - parsing dates with trailing spaces.
  • Added support for parsing live items within podcasts.

[3.0.1] - July, 2023

  • Upgrade xml dependency to 6.3.0
  • Upgrade intl dependency to 0.18.0
  • Added Podcasting 2.0 person tag

Breaking Changes

  • This project now uses Dart 3 instead of Dart 2

Refactoring

  • We resolved all warnings noted by the Dart analyzer.

Update

  • migrate to null safety

Fix

  • fix changelog 🙇

Update

  • dependent packages upgrade

Fix

  • do NOT use deprecated methods

Update

  • fault tolerant itunes item parsing (Thanks gaodeng!)

Fix

  • README for RSS1.0 (Thanks shigemk2!)
  • Update outdated http and test dependencies (Thanks @amugofjava!)

Fix

  • upgrade intl package.

Add

  • support American Style Format DateTime.
  • add some real RSS tests.

Refactor

  • split methods.

Change

  • modify some dependencies.

Add ✨

  • This is the first release.

Note 📝