Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@DrewCarlson DrewCarlson released this 01 Nov 07:31
· 7 commits to main since this release

What's Changed

  • Support linuxArm64 target in ktsoup-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