Skip to content

Commit 8eb6469

Browse files
committed
🔖 release v1.1.2
## 1.1.2 * [FIX] change `HashMa`p to `LinkedHashMap` in `Decoder.parseObject` for consistent iteration order * [CHORE] update Android Gradle Plugin to v8.11.1 * [CHORE] add comparison tests with Node.js `qs` library to ensure compatibility with the original library
1 parent c1fea25 commit 8eb6469

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.2
2+
3+
* [FIX] change `HashMa`p to `LinkedHashMap` in `Decoder.parseObject` for consistent iteration order
4+
* [CHORE] update Android Gradle Plugin to v8.11.1
5+
* [CHORE] add comparison tests with Node.js `qs` library to ensure compatibility with the original library
6+
17
## 1.1.1
28

39
* [FEAT] add support for sparse Lists in `DecodeOptions` - if set to `true`, the lists will contain `null` values for missing values

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "io.github.techouse"
11-
version = "1.1.1"
11+
version = "1.1.2"
1212
repositories {
1313
google()
1414
mavenCentral()

0 commit comments

Comments
 (0)