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 3829400 commit 595e20aCopy full SHA for 595e20a
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+# v0.7.2 - 2021/06/26
2
+
3
+### Fix decoder
4
5
+* Add decoder for func type to fix decoding of nil function value ( #257 )
6
+* Fix stream decoding of []byte type ( #258 )
7
8
+### Performance
9
10
+* Improve decoding performance of map[string]interface{} type ( use `mapassign_faststr` ) ( #256 )
11
+* Improve encoding performance of empty interface type ( remove recursive calling of `vm.Run` ) ( #259 )
12
13
+### Benchmark
14
15
+* Add bytedance/sonic as benchmark target ( #254 )
16
17
# v0.7.1 - 2021/06/18
18
19
### Fix decoder
0 commit comments