Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

76 lines (41 loc) · 1.28 KB

0.3.4

  • Update dependencies.

0.3.3

  • If author attribute is not available use the iTunes one instead.
  • Replace any dynamic variables with typed equivalent.
  • Improve documentation.

0.3.2

  • Now populates error values in the result set if the connection fails or timesout.
  • Added missing duration attribute.
  • Episode author will use iTunes version if item author is null.

0.3.1

  • Add support for returning podcast chart.

0.3.0

  • Fix formatting.

0.2.9

  • Fix lints for newer version of Pedantic.

0.2.8

  • Handle null item enclosure.

0.2.7

  • Add support for standard ISO 8601 publication dates.

0.2.6

  • Remove redundant new and const keywords.

0.2.5

  • Updated to latest test package to support Dart 2.6+.

0.2.4

  • Added guid to Episode entity.

0.2.3

  • Added missing format from list of possible pubdate formats.

0.2.2

  • Dropped version of Meta to prevent clash with current SDK.

0.2.1

  • Corrected issue with dependencies.

0.2.0

  • Breaking change: Renamed Podcast to Item in search results.
  • Added support for parsing a podcast RSS feed and returning podcast and episodes details.

0.1.2

  • Correct copyright text to fix issues with documentation.

0.1.1

  • Correct issues reported by health tool.

0.1.0

  • Initial release.