Add updateTypes to TypedByteArray and bump version to 0.3.6

Introduced an `updateTypes` method to dynamically update type definitions in `TypedByteArray`. Made `definition` private and initialized type/index maps in `createTypeAndIndexMap`. Updated project version for release.
This commit is contained in:
2025-06-22 19:56:22 +02:00
parent 9f152ca8da
commit 2d63de35c0
2 changed files with 28 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "nl.astraeus"
version = "0.3.4"
version = "0.3.6"
repositories {
mavenCentral()