Fleeksoft Ksoup Versions Save

Ksoup is a Kotlin Multiplatform library for working with HTML and XML. It's a port of the renowned Java library, jsoup.

0.1.2

5 months ago

What's Changed

  • Added Native Mac and Native Windows support.
  • Added Apple TV and Watch support.

0.1.1

5 months ago

Bug Fixes

  • Fixes #19 and #20

0.1.0

5 months ago

What's Changed

Contributors

0.0.9

5 months ago

What's New

  • NodeJs gzip supported

Bug Fixes

  • Fix package for network blocking APIs.

0.0.8

5 months ago

What's New

  • JS supported #9
  • Suspend and blocking functions for network

Bug Fixes

Resolved iOS gzip IndexOutOfBoundsException.

0.0.7

6 months ago

New Features

  • Added Linux support.
  • Added Ksoup.parse method with java.io.InputStream parameter, available in JVM and Android only.

Improvements

  • Upgraded Kotlin to version 1.9.21.

Bug Fixes

  • Fixed stream read overflow issue.

Testing

  • Added stream tests.
  • Modified existing tests to use source instead of bytes.

0.0.6

6 months ago

What's Changed

0.0.5

6 months ago

What's Changed

  • Fix source streaming issue #2
  • Fix wrong location for redirects issue #3

0.0.4

6 months ago

What's Changed

Fix source streaming #2