Skip to content

Releases: DrewCarlson/KtSoup

v0.6.0

14 Aug 21:34

Choose a tag to compare

What's Changed

Update to Lexbor v2.5.0
Update to Kotlin v2.2.10
Update to Coroutines v1.10.2
Update to Kotlinx-io v0.8.0
Update to Ktor v3.2.3

Full Changelog: v0.5.0...v0.6.0

lexbor-v2.5.0

14 Aug 19:26

Choose a tag to compare

Update lexbor to v2.5.0

v0.5.0

01 Nov 07:31

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

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

Choose a tag to compare

Update lexbor submodule to v2.3.0

v0.3.0

02 Aug 04:02

Choose a tag to compare

Fix mike deploy command

v0.2.0

01 Aug 07:10

Choose a tag to compare

Add more tests for KtSoupNode and KtSoupElement

v0.1.1

31 Jul 20:29

Choose a tag to compare

Fix lexbor static build for various macos/ios architectures

v0.1.0

31 Jul 18:18

Choose a tag to compare

Various publishing updates

lexbor-v2.2.0

31 Jul 20:01

Choose a tag to compare

Additional cmake fixes from apple cross-compilation