Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ksoup-lite variant #77

Merged
merged 6 commits into from
Sep 14, 2024
Merged

add ksoup-lite variant #77

merged 6 commits into from
Sep 14, 2024

Conversation

itboy87
Copy link
Collaborator

@itboy87 itboy87 commented Sep 14, 2024

Fixes issues #76 #66 #67

  • Remove Charset Decoder from ksoup-core
  • SourceReader class that operates directly with ByteArray
  • Add lite variant

@itboy87 itboy87 merged commit f25b3c1 into develop Sep 14, 2024
30 checks passed
@itboy87 itboy87 deleted the fix-66 branch September 14, 2024 09:03
@itboy87 itboy87 mentioned this pull request Sep 17, 2024
itboy87 added a commit that referenced this pull request Sep 18, 2024
* Fixes #65 (#73)

Remove ktor-http Dependency from ksoup-core by Implementing String.resolveOrNull in Pure Kotlin

* Implement KMP CodePoint and remove external dependency (#75)

Fixes #74
Create a pure Kotlin implementation for CodePoint & remove the external dependency for CodePoint

* fix charbuf NPE

* add isUtf8Only flag for charset

* update extension function for SourceReader

* fix clock millis

* add ksoup-lite variant (#77)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant