- Add support for PodcastIndex namespace phase 2 tags
- Fix a major bug: the
asBuilders()
extension functions were returning lists with a single builder repeated, instead of a distinct builder per item of the source list - Builders implement
equals()
,hashCode()
andtoString()
- Some APIs have been renamed, and their old version has been deprecated (see API changes table below)
All API changes are subject to deprecation, with automatic migrations provided. Deprecated properties will be removed entirely in a future release — refer to the table below, and the properties themselves for the removal schedule.
The APIs that have been changed or deprecated since v1.0.0 are:
API that has changed | What has changed | Notes |
---|---|---|
MediaType.match(MediaType?) |
Renamed to matches(MediaType?) |
Scheduled for removal in v2.0.0. |
MediaType.match(String) |
Renamed to matches(String) |
Scheduled for removal in v2.0.0. |
PodcastBuilder.podcastPodcastindexBuilder |
Renamed to podcastindexBuilder |
Scheduled for removal in v2.0.0. |
- Refactor model structure (no inner classes) into separate classes and packages
- Fix remaining issues in XML namespace support with respect to their specifications
- Narrow down accepted value for iTunes and Google Play categories, duration values, media types, and locale by using dedicated types
- Ensure Java API expose static methods and delcares exceptions
- Adds feed writing support
- Adds additional elements for RSS and iTunes namespace
- Adds support for Podcastindex namespace
- Adds a huge number of unit tests
- Adds builder factory methods to model companion objects
- Changes to java.time representation
- Adds support for the Bitlove namespace
- Adds support for the Google Play namespace
- Adds support for the Feedpress namespace
- Adds support for the Fyyd namespace
- Adds support for the Podlove Simple Chapter namespace
- Adds support for the Atom namespace
- Improves public parser API
- Extends test coverage
- Adds support for the iTunes namespace
- Adds Unit testing
- Adds code documentation
- Adds support for missing RSS elements
- Fixes parsing
- Fixes usage of the Content parser
- Adds support for the Content namespace
- Adds support for the RSS standard elements