msasikanth / twine

Twine: A multiplatform RSS reader built using Kotlin and Compose
Apache License 2.0
1.77k stars 73 forks source link

Update dependency com.fleeksoft.ksoup:ksoup to v0.1.9 #689

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.fleeksoft.ksoup:ksoup 0.1.2 -> 0.1.9 age adoption passing confidence

Release Notes

fleeksoft/ksoup (com.fleeksoft.ksoup:ksoup) ### [`v0.1.9`](https://redirect.github.com/fleeksoft/ksoup/releases/tag/0.1.9) - Performance improved 3x, faster parsing. *(Fixes [#​80](https://redirect.github.com/fleeksoft/ksoup/issues/80))* - Added `Ksoup.parseMetaData` for fetching HTML page metadata. *(Closes [#​61](https://redirect.github.com/fleeksoft/ksoup/issues/61), [#​64](https://redirect.github.com/fleeksoft/ksoup/issues/64))* - Upgraded `kotlinx-io` to version 0.5.4. - Added `kotlinx benchmarks` for performance evaluation and comparison. ### [`v0.1.7`](https://redirect.github.com/fleeksoft/ksoup/releases/tag/0.1.7) [Compare Source](https://redirect.github.com/fleeksoft/ksoup/compare/0.1.6...0.1.7) - Fix ktor2 [#​69](https://redirect.github.com/fleeksoft/ksoup/issues/69) - Bump ktor3 to `3.0.0-rc-1` - Change Stately dep and Bump its version to `2.1.0` - [Parse in quirksmode if no doctype html](https://redirect.github.com/fleeksoft/ksoup/commit/6f59027f35b0633ad9fc0bd0490b3f964414658d) - [Use a SoftPool of ElementIterators vs a single ThreadLocal](https://redirect.github.com/fleeksoft/ksoup/commit/1af54501d72e95b2d57821a4e3e58eb5729e6a26) ### [`v0.1.6`](https://redirect.github.com/fleeksoft/ksoup/releases/tag/0.1.6) [Compare Source](https://redirect.github.com/fleeksoft/ksoup/compare/0.1.5...0.1.6) #### What's Changed - Add `Okio` target [#​53](https://redirect.github.com/fleeksoft/ksoup/issues/53) - Use `SourceReader` for network request body parsing. - Add `HttpResponse.asSourceReader()` ext function. [#​54](https://redirect.github.com/fleeksoft/ksoup/issues/54) - Change scope of `SourceReaderImp` to internal and add public functions `SourceReader.from`. - Change scope of `FileSourceImp` to internal and add public functions `FileSource.from`. - Add extension functions: `java.io.File.toFileSource()`, `java.nio.file.Path.toFileSource()` & `InputStream.toSourceReader()` - Update to latest Jsoup ([`d3104a0`](https://redirect.github.com/fleeksoft/ksoup/commit/d3104a0)) #### Build Improvements - Replaced the Amper plugin with a custom Micro Amper Gradle script. - Upgrade Kotlin to 2.0.20 and AGP to 8.5.0 ### [`v0.1.5`](https://redirect.github.com/fleeksoft/ksoup/releases/tag/0.1.5) [Compare Source](https://redirect.github.com/fleeksoft/ksoup/compare/0.1.4...0.1.5) #### What's Changed - Three variants of library kotlinx-io + ktor3, ktolinx-io + ktor2 & korlibs-io - Improved performance and memory usage. - enable js resource tests and update with jsoup latest code by [@​itboy87](https://redirect.github.com/itboy87) in [https://github.com/fleeksoft/ksoup/pull/45](https://redirect.github.com/fleeksoft/ksoup/pull/45) ### [`v0.1.4`](https://redirect.github.com/fleeksoft/ksoup/releases/tag/0.1.4) #### What's Changed - Added Js and Wasm Js target - Improved performance.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.