Skip to content

Releases: DrewCarlson/KtSoup

v0.5.0

01 Nov 07:31
Compare
Choose a tag to compare

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

v0.4.0

19 Sep 06:06
Compare
Choose a tag to compare

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 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.3.0...v0.4.0

lexbor-v2.3.0

18 Aug 21:15
Compare
Choose a tag to compare
Update lexbor submodule to v2.3.0

v0.3.0

02 Aug 04:02
Compare
Choose a tag to compare
Fix mike deploy command

v0.2.0

01 Aug 07:10
Compare
Choose a tag to compare
Add more tests for KtSoupNode and KtSoupElement

v0.1.1

31 Jul 20:29
Compare
Choose a tag to compare

Fix lexbor static build for various macos/ios architectures

v0.1.0

31 Jul 18:18
Compare
Choose a tag to compare
Various publishing updates

lexbor-v2.2.0

31 Jul 20:01
Compare
Choose a tag to compare
Additional cmake fixes from apple cross-compilation