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 cd300c9 commit 9f6084dCopy full SHA for 9f6084d
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+# v0.4.12 - 2021/4/15
2
+
3
+### Fix encoder
4
5
+* Fix unnecessary indent for empty slice type ( #181 )
6
+* Fix encoding of omitempty feature for the slice or interface type ( #183 )
7
+* Fix encoding custom types zero values with omitempty when marshaller exists ( #187 )
8
9
+### Fix decoder
10
11
+* Fix decoder for invalid top level value ( #184 )
12
+* Fix decoder for invalid number value ( #185 )
13
14
# v0.4.11 - 2021/4/3
15
16
* Improve decoder performance for interface type
0 commit comments