Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@DrewCarlson DrewCarlson released this 19 Sep 06:06

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