Skip to content

Releases: fleeksoft/ksoup

Release 0.1.2

24 Dec 11:52
80515b6
Compare
Choose a tag to compare

What's Changed

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

Release 0.1.1

19 Dec 20:55
698b997
Compare
Choose a tag to compare

Bug Fixes

Release 0.1.0

08 Dec 09:41
911a3cf
Compare
Choose a tag to compare

What's Changed

  • FixURLBuilder.appendRelativePath to work correctly by @kiyeonk in #10

Contributors

Release 0.0.9

07 Dec 19:52
1e78200
Compare
Choose a tag to compare

What's New

  • NodeJs gzip supported

Bug Fixes

  • Fix package for network blocking APIs.

Release 0.0.8

06 Dec 18:26
5146f3d
Compare
Choose a tag to compare

What's New

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

Bug Fixes

Resolved iOS gzip IndexOutOfBoundsException.

Release 0.0.7

28 Nov 02:25
Compare
Choose a tag to compare

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.

Release 0.0.6

26 Nov 07:32
1e3e056
Compare
Choose a tag to compare

What's Changed

  • fixing issue #2 in #7
  • BufferReader support charset
  • BufferReader uses buffer instead of Bytes
  • Source Stream APIs improved

Release 0.0.5

23 Nov 22:57
Compare
Choose a tag to compare

What's Changed

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