Masaaki Goshima
|
a68e5b89a5
|
Merge pull request #272 from goccy/feature/fix-embedded-field
Fix encoding of embedded struct that isn't first field
|
2021-08-12 13:23:44 +09:00 |
Masaaki Goshima
|
104829e78f
|
Fix encoding of embedded struct that isn't first field
|
2021-08-12 13:03:34 +09:00 |
Masaaki Goshima
|
a1780c18a6
|
Merge pull request #265 from peterlimg/master
Fix encode issue for embed struct with tags
|
2021-08-12 12:10:40 +09:00 |
peterlimg
|
91e691adc5
|
Fix decodeEscapeString err
`p` was not updated after the `stream.buf` is reallocated
|
2021-07-27 21:53:59 +10:00 |
peterlimg
|
ad245e5323
|
Fix incorrect indent
|
2021-07-22 17:22:07 +10:00 |
peterlimg
|
a95c5abe6c
|
Fix indent issue for embed struct with tag
|
2021-07-22 14:54:11 +10:00 |
peterlimg
|
ac9a7dd8e3
|
Fix encode issue for embed struct with tag
|
2021-07-20 23:14:26 +10:00 |
Masaaki Goshima
|
85a5597342
|
Update README
|
2021-07-06 14:23:47 +09:00 |
Masaaki Goshima
|
2a705c956c
|
Update CHANGELOG
|
2021-07-06 14:23:04 +09:00 |
Masaaki Goshima
|
0a7e5d9001
|
Merge pull request #264 from goccy/feature/fix-indirect
Fix encoding of indirect layout structure
|
2021-07-05 21:57:16 +09:00 |
Masaaki Goshima
|
902856929d
|
Fix indirect layout
|
2021-07-05 20:30:35 +09:00 |
Masaaki Goshima
|
36a91cc8e8
|
Update CHANGELOG
|
2021-06-29 11:53:24 +09:00 |
Masaaki Goshima
|
20fe381daf
|
Merge pull request #262 from goccy/feature/fix-issue261
Fix encoding of pointer type in empty interface
|
2021-06-29 11:51:53 +09:00 |
Masaaki Goshima
|
1400b498ab
|
Fix encoding of pointer type in empty interface
|
2021-06-29 11:35:37 +09:00 |
Masaaki Goshima
|
8129998093
|
Merge pull request #260 from goccy/feature/improve-interface-perf
Improve encoding performance for empty interface type
|
2021-06-26 16:37:35 +09:00 |
Masaaki Goshima
|
66bf979e47
|
Improve encoding performance for empty interface type
|
2021-06-26 15:49:13 +09:00 |
Masaaki Goshima
|
595e20a25e
|
Update CHANGELOG
|
2021-06-26 11:15:39 +09:00 |
Masaaki Goshima
|
3829400241
|
Merge pull request #259 from goccy/feature/improve-encoding-interface-perf
Improve encoding performance of empty interface type
|
2021-06-25 23:06:45 +09:00 |
Masaaki Goshima
|
12e4bdc2f2
|
Fix dump of opcode
|
2021-06-25 22:55:00 +09:00 |
Masaaki Goshima
|
f93d82dee6
|
Fix storeIndent
|
2021-06-25 22:27:00 +09:00 |
Masaaki Goshima
|
994dc9ea9d
|
Fix encoding of empty interface type
|
2021-06-25 20:17:12 +09:00 |
Masaaki Goshima
|
923c0f789e
|
Merge pull request #258 from preethamrn/fix-bytes-decodestream
Fix decoding of []byte type
|
2021-06-25 12:27:02 +09:00 |
Preetham Narayanareddy
|
2aeb1769a2
|
Fix decoding of []byte type
|
2021-06-24 14:42:26 -07:00 |
Masaaki Goshima
|
397a4e45d3
|
Merge pull request #257 from Kiraub/master
Add decoder for func type
|
2021-06-24 11:59:55 +09:00 |
Kiraub
|
9d9e5cd11a
|
inline nilfunc to nil comparison
|
2021-06-23 19:10:00 +02:00 |
Kiraub
|
6a81ba12dd
|
reverted helper
|
2021-06-23 19:09:20 +02:00 |
Kiraub
|
e94f0cd362
|
Merge branch 'goccy:master' into master
|
2021-06-23 17:44:36 +02:00 |
ebauer
|
4fe8e6f172
|
change assertEq check
|
2021-06-23 16:00:41 +02:00 |
ebauer
|
5f0b34250c
|
funcDecoder: handle cases of value being true or false
|
2021-06-23 15:51:42 +02:00 |
Masaaki Goshima
|
f7eceb1ff9
|
Merge pull request #254 from goccy/feature/add-sonic-to-benchmark
Add bytedance/sonic to benchmark target
|
2021-06-23 22:30:15 +09:00 |
ebauer
|
a7d041a3d4
|
gofmt -s
|
2021-06-23 15:22:40 +02:00 |
Masaaki Goshima
|
4f9edb7bc0
|
Merge pull request #256 from goccy/feature/improve-map-decoder-perf
Improve performance of decoding map
|
2021-06-23 22:11:29 +09:00 |
ebauer
|
d34d79600a
|
add func Unmarshal tests
|
2021-06-23 14:22:58 +02:00 |
ebauer
|
585ce46b31
|
add func decoder
|
2021-06-23 14:22:24 +02:00 |
Masaaki Goshima
|
80c460c74b
|
Fix error by linter
|
2021-06-23 17:42:30 +09:00 |
Masaaki Goshima
|
ff12fbbe9b
|
Use mapassign_faststr to decode map whose key type is string
|
2021-06-23 17:23:09 +09:00 |
Masaaki Goshima
|
291234afdb
|
Sort benchmark target
|
2021-06-21 23:57:46 +09:00 |
Masaaki Goshima
|
01698ac4a5
|
Add bytedance/sonic to benchmark
|
2021-06-21 23:54:52 +09:00 |
Masaaki Goshima
|
c423502f97
|
Update CHANGELOG
|
2021-06-18 01:12:12 +09:00 |
Masaaki Goshima
|
2565e4721a
|
Merge pull request #253 from IncSW/fix-251
fix error when unmarshal empty array
|
2021-06-18 01:09:13 +09:00 |
IncSW
|
94cecc0609
|
update tests
|
2021-06-15 19:10:56 +03:00 |
IncSW
|
9a2f108208
|
fix array stream decoder
|
2021-06-15 19:05:12 +03:00 |
IncSW
|
1037421a83
|
fix error when unmarshal empty array
|
2021-06-15 18:19:39 +03:00 |
Masaaki Goshima
|
faa4de918e
|
Update README.md
|
2021-06-12 23:40:12 +09:00 |
Masaaki Goshima
|
873c1f2f6c
|
Update CHANGELOG
|
2021-06-12 23:00:54 +09:00 |
Masaaki Goshima
|
5c22860385
|
Merge pull request #248 from goccy/feature/context
Support context for MarshalJSON and UnmarshalJSON
|
2021-06-12 22:51:57 +09:00 |
Masaaki Goshima
|
3c3226e0f4
|
Merge pull request #249 from goccy/feature/fix-issue247
Fix MarshalIndent
|
2021-06-12 22:51:40 +09:00 |
Masaaki Goshima
|
b972a9bab3
|
Fix indent num
|
2021-06-12 22:38:52 +09:00 |
Masaaki Goshima
|
56e5d7a457
|
Fix index number about length for recursive type
|
2021-06-12 22:02:03 +09:00 |
Masaaki Goshima
|
79ccab759f
|
Fix indent num contains recursive type
|
2021-06-12 22:01:45 +09:00 |