Commit Graph

1059 Commits

Author SHA1 Message Date
Masaaki Goshima 22be3b9a93
Update CHANGELOG 2022-04-22 01:14:59 +09:00
Masaaki Goshima 337d02ffe6
Merge pull request #363 from orisano/fix/#359
fix: to care about the case of OpInterfacePtr
2022-04-22 01:02:20 +09:00
Nao Yonashiro 6db1acfcb6 fix: to care about the case of OpInterfacePtr
fix #359
2022-04-22 00:38:20 +09:00
Masaaki Goshima 171d975753
Merge pull request #361 from orisano/fix/#360
fix: add a fallback uint8 sliceDecoder to bytesDecoder
2022-04-13 00:41:29 +09:00
Nao Yonashiro 0da28e819a chore: add disable 2022-04-12 12:47:36 +09:00
Nao Yonashiro 4311bab3dc style: go fmt 2022-04-11 20:43:58 +09:00
Nao Yonashiro 5c2b1916eb chore: update golangci-lint version 2022-04-11 18:28:11 +09:00
Nao Yonashiro d9df77a119 fix: add a fallback uint8 sliceDecoder to bytesDecoder
fix #360
2022-04-07 18:10:49 +09:00
Masaaki Goshima 3a4ad31980
Merge pull request #356 from orisano/feat/add-debug-with
feat: add DebugWith option
2022-03-26 00:57:17 +09:00
Masaaki Goshima 54362b465e
Merge pull request #355 from orisano/fix/add-filtering-on-slow-path
fix: add filtering on slow path
2022-03-26 00:54:23 +09:00
Nao Yonashiro 321fe31260 feat: add DebugWith option 2022-03-25 05:13:32 +09:00
Nao Yonashiro e43fb0f990 fix: add filtering on slow path 2022-03-25 03:03:25 +09:00
Masaaki Goshima 7cb5120ad2
Merge pull request #353 from orisano/fix/#342
fix: an incompatible behavior on map key decoder
2022-03-24 16:43:54 +09:00
Nao Yonashiro 4235ca04c0 fix: an incompatible behavior on map key decoder
fix #342
The map key decoder has an incompatible behavior when the type kind is string and the type has UnmarshalJSON.
2022-03-24 09:35:14 +09:00
Masaaki Goshima 05585c6017
Update CHANGELOG 2022-03-22 15:24:26 +09:00
Masaaki Goshima 03950e7b0b
Merge pull request #349 from orisano/fix/#348 2022-03-20 00:14:27 +09:00
Nao Yonashiro 8c27bb4f29
Merge branch 'master' into fix/#348 2022-03-19 21:29:50 +09:00
Masaaki Goshima 47a26db8a2
Merge pull request #351 from orisano/fix/#350
fix: to safe when got unexpected typeptr
2022-03-19 21:27:34 +09:00
Masaaki Goshima a3b70288fb
Merge pull request #345 from orisano/fix/#306
feat: improves escapeString's performance
2022-03-19 21:26:32 +09:00
Nao Yonashiro 48f6412cd1 fix: to safe when got unexpected typeptr 2022-03-19 09:33:16 +09:00
Nao Yonashiro 6832682204 fix: mismatched between len(s.buf) and s.bufSize
close #348
2022-03-18 23:31:33 +09:00
Masaaki Goshima fdf5700bcb
Merge pull request #347 from goccy/feature/update-go-version
Update go version
2022-03-18 18:16:16 +09:00
Masaaki Goshima 7f741a08bc
Update go version 2022-03-18 18:04:21 +09:00
Nao Yonashiro 6f811065b6 feat: improves escapeString's performance 2022-03-13 08:42:55 +09:00
Nao Yonashiro 1ee186da17 test: add benchmark 2022-03-13 08:20:12 +09:00
Masaaki Goshima e99e62dcbc
Merge pull request #344 from orisano/fix/#343
fix: to care ints minimum values
2022-03-13 00:49:37 +09:00
Nao Yonashiro f714c3961d fix: to care ints minimum values
close #343
2022-03-12 23:43:03 +09:00
Nao Yonashiro fdd32cccf2 test: adds ints boundary cases 2022-03-12 23:41:52 +09:00
Masaaki Goshima d496803519
Update CHANGELOG 2022-03-04 21:04:26 +09:00
Masaaki Goshima f352b8732a
Merge pull request #334 from orisano/feat-improve-performance-escaped
feat: improve performance when a payload contains escape sequence
2022-03-04 20:53:41 +09:00
Masaaki Goshima 58b524e43e
Merge pull request #338 from orisano/fix/#337
fix: avoid reading the next character in buffer to nul consideration
2022-03-04 20:51:40 +09:00
Masaaki Goshima 1960b8569c
Merge pull request #341 from orisano/fix/#340
fix: incorrect handling on skipValue
2022-03-04 20:50:49 +09:00
Nao Yonashiro accf52d695 fix: incorrect handling on skipValue
close #340
2022-03-04 20:01:05 +09:00
Nao Yonashiro 81519c48d8 fix: avoid reading the next character in buffer to nul consideration
fix #337
2022-02-22 19:22:48 +09:00
Nao Yonashiro 62b28d102e test: add benchmark 2022-02-12 17:55:10 +09:00
Nao Yonashiro 4bd7d2399f feat: improve performance when a payload contains escape sequence 2022-02-12 17:25:52 +09:00
Masaaki Goshima 116e62dc84
Merge pull request #328 from orisano/fix/#327
fix: panic when decoding time.Time with context
2022-01-27 11:27:05 +09:00
Nao Yonashiro c05e1e23ee fix: panic when decoding time.Time with context
close #327
2022-01-26 01:02:27 +09:00
Masaaki Goshima 81ad315312
Update CHANGELOG 2022-01-21 00:20:27 +09:00
Masaaki Goshima 3dc9aaf909
Update CHANGELOG 2022-01-21 00:18:53 +09:00
Masaaki Goshima b2ca5f3250
Merge pull request #326 from goccy/feature/fix-issue324
Fix the case where the embedded field is at the end
2022-01-20 23:54:17 +09:00
Masaaki Goshima 0940ff3198
Fix the case where the embedded field is at the end 2022-01-20 23:23:51 +09:00
Masaaki Goshima 8923f69dd5
Merge pull request #323 from IncSW/fix-omitempty-string-marshaler
Fix IsNilForMarshaler for string type with omitempty
2022-01-20 19:56:08 +09:00
IncSW 4d0a50640b
fix omitempty string is nil for marshaler 2022-01-18 13:38:44 +03:00
Masaaki Goshima 7b8b524c92
Update CHANGELOG 2022-01-14 20:33:59 +09:00
Masaaki Goshima c3c5b1110e
Merge pull request #322 from goccy/feature/fix-decode-field-resolver
Fix logic of removing struct field for decoder
2022-01-14 20:32:42 +09:00
Masaaki Goshima 50b494bc5f
Fix logic of removing struct field for decoder 2022-01-14 20:18:18 +09:00
Masaaki Goshima d5a9e00a5e
Update CHANGELOG 2022-01-14 18:07:37 +09:00
Masaaki Goshima 0f7e1f926f
Merge pull request #321 from goccy/feature/add-invalid-decoder
Add invalid decoder to delay type error judgment at decode
2022-01-13 21:54:24 +09:00
Masaaki Goshima b5a50f75eb
Add invalid decoder to delay type error judgment at decode 2022-01-13 18:09:48 +09:00