Skip to content

Releases: prof18/RSS-Parser

6.0.7

25 Mar 20:29
Compare
Choose a tag to compare

What's Changed

  • Remove usage of internal Okhttp method by @prof18 in #168
  • Add fallback to prevent failing on malformed XML - Fix #159 by @prof18 in #172
  • Add a sample with Java usage by @prof18 in #173

Dependencies

Samples dependencies

  • Update dependency androidx.compose:compose-bom to v2024 by @renovate in #154
  • Update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.7.0 by @renovate in #152
  • Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.7.0 by @renovate in #151
  • Update io.coil to v2.6.0 by @renovate in #167
  • Update dependency org.jetbrains.compose to v1.6.1 by @renovate in #164
  • Update dependency androidx.compose.compiler:compiler to v1.5.11 by @renovate in #169
  • Update dependency androidx.compose:compose-bom to v2024.03.00 by @renovate in #170

Full Changelog: 6.0.6...6.0.7

6.0.6

26 Dec 19:10
Compare
Choose a tag to compare

What's Changed

  • Update actions/checkout action to v4 by @renovate in #141
  • Update actions/setup-java action to v4 by @renovate in #142
  • Update actions/upload-artifact action to v4 by @renovate in #143
  • Update gradle/gradle-build-action action to v2.11.1 by @renovate in #146
  • Update dependency com.vanniktech.maven.publish to v0.26.0 by @renovate in #145
  • Update android.gradle.plugin to v8.2.0 by @renovate in #133
  • Fix an issue with Atom and published/created fields by @prof18 in #148

Full Changelog: 6.0.5...6.0.6

6.0.5

18 Dec 20:37
Compare
Choose a tag to compare

What's Changed

  • Update Kotlin and some dependencies by @prof18 in #128
  • Build the sample on CI by @prof18 in #129
  • Move from nullable parameter to default values in the constructor by @prof18 in #135
  • Use env variables instead of injecting resources in the iOS app by @prof18 in #138
  • Update dependency androidx.activity:activity-compose to v1.8.2 by @renovate in #130
  • Update dependency androidx.activity:activity-ktx to v1.8.2 by @renovate in #131
  • Update dependency com.google.android.material:material to v1.11.0 by @renovate in #136
  • Update dependency com.vanniktech.maven.publish to v0.25.3 by @renovate in #137
  • Update dependency gradle to v8.5 by @renovate in #139
  • Update gradle/gradle-build-action action to v2.11.0 by @renovate in #140

Full Changelog: 6.0.4...6.0.5

6.0.4

30 Oct 21:49
Compare
Choose a tag to compare

What's Changed

  • README: Mention ReLabs among apps using RSS-Parser by @theimpulson in #122
  • Fix image empty tag parsing on Android by @Adambl4 in #123
  • Update to Kotlin 1.9.10 by @prof18 in #124

New Contributors

Full Changelog: 6.0.3...6.0.4

6.0.3

11 Sep 20:17
Compare
Choose a tag to compare
  • Extend Exception and not Throwable. Fix #119

Full Changelog: 6.0.2...6.0.3

6.0.2

08 Sep 12:30
Compare
Choose a tag to compare
  • Update to AGP8
  • Move NSXMLParser and NSInputStream outside of suspendCancellableCoroutine

6.0.1

05 Sep 19:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

20 Aug 11:29
49c5bc5
Compare
Choose a tag to compare

This release brings official support for Kotlin Multiplatform. RSSParser now supports Android, iOS, and the JVM! 🎉

This version comes with some breaking changes:

  • Some class names and packages have been changed. Check out the migration guide for further info.
  • Caching of feeds is not supported anymore. After some consideration, I decided that the aim of this library is not meant to provide a caching solution for RSS feeds, but just to do the parsing. The user of the library should implement any caching/storing solutions their project requires.
  • Support for Java with the OnTaskCompleted and onError callbacks has been dropped.

Here you can find the README for version 5 of RSSParser.

What's Changed

Full Changelog: 5.0.3...6.0.0

5.0.3

13 Jun 19:35
Compare
Choose a tag to compare

Say hello to Atom support. Now RSS-Parser also supports Atom feeds.

What's Changed

New Contributors

Full Changelog: 5.0.2...5.0.3

5.0.2

19 Feb 21:47
daeeb5f
Compare
Choose a tag to compare

This version comes with some performance improvements and bug fixes:

  • Handle HTTP errors. Fix #108
  • Close stream after parsing. Fix #107
  • Add comments url Article item
  • Improve test infrastructure.

What's Changed

Full Changelog: 5.0.1...5.0.2