Skip to content

Releases: rometools/rome

2.1.0

12 Mar 14:45
7e5cf65
Compare
Choose a tag to compare

What's Changed

⭐ New Features

🔨 Dependency Upgrades

🧹 Cleanup

✔ Other Changes

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

22 Feb 21:17
Compare
Choose a tag to compare

What's Changed

🔥 Breaking Changes

  • Switch from Java 6 to Java 11 (#615)
  • Remove deprecated modules (#614)
  • Support parsing of URLs with spaces (#616)
  • Enhance price handling for Media RSS (#617)

⭐ New Features

  • Add support for self links (#618)

🐞 Bug Fixes

  • Fix sunset attribute in Yahoo weather module (#621)
  • Prevent OPML20Generator from creating empty <docs /> element (#619)
  • Allow zero lengths for enclosures (#625)

🔨 Dependency Upgrades

🧹 Cleanup

  • Polish ContentItemTest (#620)
  • Remove unused dependencies (#626)

✔ Other Changes

  • Deprecate URL support in XmlReader (#627)

Full Changelog: 1.19.0...2.0.0

1.19.0

15 Feb 17:57
de67e7c
Compare
Choose a tag to compare

What's Changed

🔨 Dependency Upgrades

Other Changes

Full Changelog: 1.18.0...1.19.0

1.18.0

28 Dec 17:25
Compare
Choose a tag to compare

What's Changed

⭐ New Features

New Contributors

Full Changelog: 1.17.0...1.18.0

1.17.0

24 Dec 18:26
Compare
Choose a tag to compare

What's Changed

Dependency updates

Full Changelog: 1.16.0...1.17.0

1.16.0

24 Dec 18:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15.0...1.16.0

1.15.0

15 Jul 13:55
Compare
Choose a tag to compare
Update version to 1.15.0

1.14.1

28 Jun 12:35
Compare
Choose a tag to compare
Update version to 1.14.1

1.14.0

27 Jun 13:51
Compare
Choose a tag to compare
Updates version to 1.14.0

1.13.1: Fix null pointer in ITunesGenerator (#448)

27 Jun 13:51
06e4ae5
Compare
Choose a tag to compare
It throws a `NullPointerException` when `image` is set but `imageUri` is
not set. The fix is to check which field is set.