🚀
ksoup v0.2.1 is now live! 🥳
We’re excited to announce the release of
ksoup v0.2.1 with several improvements, updates, and performance enhancements.
What’s New:
🔄 Dependency updates include Kotlin 2.1.0, Ktor2 2.3.13, kotlinx-io 0.6.0, AGP 8.7.2, and jsoup 1.18.2.
🆕 Added support for
fleeksoft-charset for robust encoding/decoding and introduced ControllableInputStream for enhanced input control.
🛠️ Structural updates include renaming the library to com.fleeksoft.ksoup:ksoup, introducing fleeksoft-io for better I/O modularity and performance, and cleaning up dependencies by removing Ktor from the core module.
📱 Added platform support for
watchOS.
🚀 Restructured core, I/O, and network modules for improved modularity.
⚡ Improved performance across the library through I/O refactoring and optimized dependency usage.
Explore the library here:
GitHub - fleeksoft/ksoup