5 Commits

Author SHA1 Message Date
5f53b98062 Version 0.2.11 - update publish plugin 2025-05-03 11:10:00 +02:00
d671fbd64b Update Kotlin version, refine .gitignore, and optimize tests
Upgraded Kotlin Multiplatform plugin to version 2.1.20 for better compatibility and feature enhancements. Adjusted .gitignore to include `.idea/**` for broader IntelliJ configuration exclusion. Increased test iteration count in `TestCachedString` to improve benchmarking precision.
2025-04-09 20:45:39 +02:00
232d8fe92a Add constructor to SlicedByteArray and update version to 0.2.6
Introduce a new constructor in `SlicedByteArray` for initializing from a ByteArray. Updated `build.gradle.kts` to bump the version to 0.2.6, and made minor adjustments to `readme.md` to improve clarity and consistency.
2024-12-14 11:19:22 +01:00
69fa23a7a9 Fix MutableByteArrayHandler placement and update readme info
Relocated MutableByteArrayHandler implementation to correct position in ByteArrayHandler file for better organization. Updated readme to clarify behavior when updating variable-length types like strings for improved compression efficiency.
2024-12-13 22:00:00 +01:00
c64df75cd5 Add initial README for typed-byte-arrays library
Provide an overview of the library's purpose, usage, and functionality. This includes a Kotlin example of defining and using `TypedByteArray` and explanation of data types and properties. The README aims to help developers understand and adopt the library effectively.
2024-12-13 21:53:37 +01:00