Skip to content

Commit 41af882

Browse files
committed
🔖 release v1.4.0
## 1.4.0 * [FEAT] add `EncodeOptions.commaCompactNulls` to drop `null` values when using comma list format
1 parent 1107d04 commit 41af882

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0
2+
3+
* [FEAT] add `EncodeOptions.commaCompactNulls` to drop `null` values when using comma list format
4+
15
## 1.3.4
26

37
* [CHORE] update Kotlin to 2.2.21

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=io.github.techouse
2-
version=1.3.4
2+
version=1.4.0
33
kotlin.code.style=official

0 commit comments

Comments
 (0)