Skip to content

4.0.1

Compare
Choose a tag to compare
@prof18 prof18 released this 13 Nov 13:10
· 232 commits to master since this release

This release brings a new feature, some refactor and some breaking changes! 🎉

New Feature:

The parser now supports iTunes tags, so you can fully parse podcast feeds! #93
In ItunesData.kt you can find the new objects that have been added into the Channel and the Article.

Refactoring:

The internals of the Parser has been rewritten a bit, in order to have better readability, clarity, and maintainability. 698a988

Breaking changes:

  • Article fields are no longer var, now are immutable
  • The Categories on the Article are now an immutable list