issues
search
fleeksoft
/
ksoup
Ksoup is a Kotlin Multiplatform library for working with HTML and XML. It's a port of the renowned Java library Jsoup.
https://fleeksoft.github.io/ksoup/
Apache License 2.0
298
stars
12
forks
source link
bump to library to version 0.0.7
#8
Closed
itboy87
closed
11 months ago
itboy87
commented
11 months ago
New Features
Added Linux support.
Added
Ksoup.parse
method with
java.io.InputStream
parameter, available in JVM and Android only.
Improvements
Upgraded Kotlin to version 1.9.21.
Bug Fixes
Fixed stream read overflow issue.
Testing
Added stream tests.
Modified existing tests to use source instead of bytes.
New Features
Ksoup.parse
method withjava.io.InputStream
parameter, available in JVM and Android only.Improvements
Bug Fixes
Testing