Releases: DrewCarlson/KtSoup
Releases · DrewCarlson/KtSoup
v0.5.0
What's Changed
- Support
linuxArm64
target inktsoup-ktor
- Update to Ktor 3 in
ktsoup-ktor
v0.4.0
changes
- Update to Kotlin 2
- Update to Lexbor v2.3.0
- KtSoupParser is now an interface with a companion object providing the default implementation. Also introduces a create() function to create a new KtSoupParser
- Add chunked parsing API (note: JS still creates an entire copy in memory before parsing)
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Update to Kotlin 2
- Update to Lexbor v2.3.0
KtSoupParser
is now an interface with a companion object providing the default implementation. Also introduces acreate()
function to create a newKtSoupParser
- Add chunked parsing API (note: JS still creates an entire copy in memory before parsing)
Full Changelog: v0.3.0...v0.4.0
lexbor-v2.3.0
Update lexbor submodule to v2.3.0
v0.3.0
Fix mike deploy command
v0.2.0
Add more tests for KtSoupNode and KtSoupElement
v0.1.1
Fix lexbor static build for various macos/ios architectures
v0.1.0
Various publishing updates
lexbor-v2.2.0
Additional cmake fixes from apple cross-compilation