We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031439a commit 92c06a9Copy full SHA for 92c06a9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.3
2
+
3
+* [FIX] ensure consistent string key usage for maps and correct numeric key handling in `Decoder`
4
5
## 1.1.2
6
7
* [FIX] change `HashMap` to `LinkedHashMap` in `Decoder.parseObject` for consistent iteration order
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
9
allprojects {
10
group = "io.github.techouse"
11
- version = "1.1.2"
+ version = "1.1.3"
12
repositories {
13
google()
14
mavenCentral()
0 commit comments