ksoup icon indicating copy to clipboard operation
ksoup copied to clipboard

Version parity with Jsoup

Open vanniktech opened this issue 1 year ago • 2 comments
trafficstars

I imagine, you copy pasted almost everything from jsoup and converted it to Kotlin.

The current version 0.1.2 is based on which Jsoup version? Also, do you plan to update ksoup with new features/bug fixes from jsoup every now and then?

vanniktech avatar May 13 '24 03:05 vanniktech

Hi @vanniktech, I've restructured the jsoup code into Kotlin, maintaining its functionalities and behaviours while creating it for Kotlin Multiplatform. It's not just copy and convert, some classes are newly created for KMP. The current version is synced with jsoup-1.17.2 commits until Dec 18, 2023. I'm keeping an eye out for major changes , ready to update accordingly.

itboy87 avatar May 14 '24 15:05 itboy87

Amazing, might be worth stating this in the README?

vanniktech avatar May 15 '24 06:05 vanniktech