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