Releases: prof18/RSS-Parser
Releases · prof18/RSS-Parser
6.0.8
What's Changed
- More apple platforms by @prof18 in #186
- Update to Kotlin 2.0 by @prof18 in #187
- Add klib validator. Set source and target jvm back to 8 by @prof18 in #190
- Update dependency androidx.compose:compose-bom to v2024.05.00 by @renovate in #177
- Update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.8.0 by @renovate in #191
- Update gradle/gradle-build-action action to v3.3.2 by @renovate in #178
- Update dependency com.google.android.material:material to v1.12.0 by @renovate in #184
- Update dependency androidx.activity:activity-ktx to v1.9.0 by @renovate in #181
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.0 by @renovate in #189
- Update coroutines to v1.8.1 by @renovate in #188
- Update dependency androidx.activity:activity-compose to v1.9.0 by @renovate in #183
- Update dependency org.robolectric:robolectric to v4.12.2 by @renovate in #176
Full Changelog: 6.0.7...6.0.8
6.0.7
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
- Update gradle/gradle-build-action action to v3 by @renovate in #156
- Update actions/cache action to v4 by @renovate in #153
- Update dependency org.jetbrains.kotlinx.binary-compatibility-validator to v0.14.0 by @renovate in #157
- Update dependency com.vanniktech.maven.publish to v0.28.0 by @renovate in #150
- Update coroutines to v1.8.0 by @renovate in #162
- Update kotlin monorepo to v1.9.23 by @renovate in #147
- Update dependency gradle to v8.6 by @renovate in #163
- Update android.gradle.plugin to v8.3.1 by @renovate in #166
- Update dependency gradle to v8.7 by @renovate in #171
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
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
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
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
- @theimpulson made their first contribution in #122
- @Adambl4 made their first contribution in #123
Full Changelog: 6.0.3...6.0.4
6.0.3
6.0.2
6.0.1
What's Changed
- Add support for extracting thumb properties by @prof18 in #117
- Close NSInputStream after using it by @prof18 in #118
- Throw exception if the XML is not supported on iOS
Full Changelog: 6.0.0...6.0.1
6.0.0
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
andonError
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
Say hello to Atom support. Now RSS-Parser also supports Atom feeds.
What's Changed
- support simple atom rss by @Haoxiqiang in #94
- Improve Atom support by @prof18 in #114
- Upstream local changes for supporting Slashdot and Bleacher Report RSS links by @j-roskopf in #115
New Contributors
- @Haoxiqiang made their first contribution in #94
- @j-roskopf made their first contribution in #115
Full Changelog: 5.0.2...5.0.3