1. e6b9536 Merge pull request #513 from AllenX2018/fix-issue-510 by Allen · 4 years, 7 months ago main upstream/v1.1.11
  2. a3465d7 fix issue 510 by AllenX2018 · 4 years, 7 months ago
  3. 9b79a3e fix issue 508 (#512) by Allen · 4 years, 7 months ago
  4. 1779031 fix issue 508 by fishyww · 4 years, 7 months ago
  5. 6821bec jsoniter: Fix errors during reading integers from chunked io.Reader (#477) by Ivan Boyarkin · 4 years, 10 months ago
  6. 9461257 fixed null in number json tag string (#480) by Nikolay Dubina · 4 years, 10 months ago
  7. 5bce16d fix issue #469 by AllenX2018 · 4 years, 11 months ago
  8. a1ca083 update readme (#464) by yjh · 5 years ago upstream/v1.1.10
  9. cd6773e remove quotation check for key when decoding map by allen · 5 years ago
  10. 55287ed disable map_key_test temporarily by AllenX2018 · 5 years ago
  11. 8961be9 Map keys of custom types should serialize using MarshalText when available (#461) by Sai To Yeung · 5 years ago
  12. 0f8241d Merge pull request #441 from robfig/flush2 by Allen · 5 years ago
  13. 53b9d06 temporarily comment out some test case to fix the CI fail since go1.14 released by AllenX2018 · 5 years ago
  14. 1f7ee05 Merge pull request #433 from AllenX2018/fix-anonymous-struct-error-message by Allen · 5 years ago
  15. b22f393 Merge pull request #450 from fantastao/fix_any_str_panic by Allen · 5 years ago
  16. bede7b9 fix any str ToInt64 ToUint64 panic by 陶磊 · 5 years ago
  17. 58aeb59 fix issue #449 by AllenX2018 · 5 years ago
  18. 7acbb40 Merge pull request #432 from AllenX2018/fix-raw-message-integer-issue by Allen · 5 years ago
  19. 69f2a91 Merge pull request #429 from AllenX2018/fix-typo by Allen · 5 years ago
  20. 11a37a0 (*Stream).WriteMore: remove implicit Flush by Rob Figueiredo · 5 years ago
  21. 91f4a64 (*Stream).Flush: reset buffer to beginning by Rob Figueiredo · 5 years ago
  22. a54d350 benchmarks: add benchmark for Stream by Rob Figueiredo · 5 years ago
  23. 6f4c196 add more testcase by allen · 5 years ago
  24. 8302a17 fix issue #421 by allen · 5 years ago
  25. 3987001 fix issue #389 #411 by allen · 5 years ago
  26. 78d9e97 fix issue #326 by allen · 5 years ago
  27. 49c900e Merge pull request #427 from AllenX2018/fix-typo by Tao Wen · 5 years ago
  28. 9c0685d fix the error message typo of ReadObjectCB & ReadMapCb function by allen · 5 years ago
  29. acfec88 Merge pull request #422 from JensErat/map-invalid-type by Tao Wen · 5 years ago upstream/v1.1.9
  30. e88512f Merge pull request #423 from vano144/fix-attachments-on-stream by Tao Wen · 5 years ago
  31. b681149 Merge pull request #424 from aaronbee/sortKeysMapAllocations by Tao Wen · 5 years ago
  32. d1af763 Merge pull request #425 from liggitt/default-max-depth by Tao Wen · 5 years ago
  33. 7c9f8c2 Revert "Merge pull request #418 from bbrks/configurable_maxDepth" by Jordan Liggitt · 5 years ago
  34. f814d6c Reduce allocations in sortKeysMapEncoder by Aaron Beitch · 6 years ago
  35. aba8654 fix nil attachment on stream in custom encoder on sorted map by Ivan Romanov · 6 years ago
  36. a1c9557 pass nested error in compatible configuration by Jens Erat · 6 years ago
  37. 44a7e73 Merge pull request #418 from bbrks/configurable_maxDepth by Tao Wen · 6 years ago
  38. 2834c7e Remove large test values that fail on 32-bit architectures by Ben Brooks · 6 years ago
  39. d296277 Adds MaxDepth config option by Ben Brooks · 6 years ago
  40. dc11f49 Merge pull request #416 from jarredhawkins/issue-415 by Tao Wen · 6 years ago
  41. 83f7b82 Unnamed struct literals by Jarred Hawkins · 6 years ago
  42. 03217c3 Merge pull request #410 from liggitt/stack by Tao Wen · 6 years ago upstream/1.1.8 upstream/v1.1.8
  43. 908eaed Merge pull request #408 from onelrdm/master by Tao Wen · 6 years ago
  44. eec2489 Limit nesting depth by Jordan Liggitt · 6 years ago
  45. 1ba732a skip - tag before spliting parts by onelrdm · 6 years ago
  46. 819acad Merge pull request #398 from teou/master by Tao Wen · 6 years ago
  47. 695ec2b Merge pull request #406 from bbrks/fix_nil_map_encoding by Tao Wen · 6 years ago
  48. 028e2ef Fixes #405 - Encode nil map into null by Ben Brooks · 6 years ago
  49. 9764548 use json.Marshaler then trim the last '\n' in reflect_marshaler by liyibo [李一博] · 6 years ago
  50. 27518f6 Merge pull request #373 from ernado/append-skip by Tao Wen · 6 years ago upstream/v1.1.7
  51. 94869ab Merge pull request #368 from alextomaili/fix-memory-allocation-overhead by Tao Wen · 6 years ago
  52. 459f0e3 fix #37: add SkipAndAppendBytes iterator method by Aleksandr Razumov · 6 years ago
  53. 0039f4a Merge pull request #371 from nikhita/byte-base64-encode by Tim Hockin · 6 years ago
  54. fb5614a Don't marshal empty byte or uint8 slice as null by Nikhita Raghunath · 6 years ago
  55. f71b909 allocate string for error description only if it really required by alextomaili · 6 years ago
  56. 08047c1 fix #365, return error for +inf -inf and NaN by Tao Wen · 6 years ago
  57. 68347ec Merge pull request #366 from stephen-obashitech/master by Tao Wen · 6 years ago
  58. 0fd9146 Fix typo in UnmarshalFromString documentation by Stephen Brown · 6 years ago
  59. 1bc9828 Merge pull request #361 from lggomez/master by Tao Wen · 6 years ago
  60. 24c3d57 Add go module definition by Luis GG · 6 years ago
  61. 0ff49de update README by Tao Wen · 6 years ago upstream/v1.1.6
  62. 5bc9320 Merge pull request #316 from proemergotech/master by Tao Wen · 6 years ago
  63. f64ce68 Merge pull request #338 from dvrkps/master by Tao Wen · 6 years ago
  64. 2d42ff7 Merge pull request #337 from denverdino/fix-encode-with-MarshalJSON by Tao Wen · 6 years ago
  65. 3a023a5 clean readPositiveFloat64 by Davor Kapsa · 6 years ago
  66. 16aef10 clean readPositiveFloat32 by Davor Kapsa · 6 years ago
  67. ae4c002 rename ExampleMyKey by Davor Kapsa · 6 years ago
  68. e4aa2ec Fix the incompatible encoding by Li Yi · 6 years ago
  69. d05f387 fix #317, try parse as BigFloat if overflow by Tao Wen · 7 years ago
  70. a9403d2 fix #308 do NOT skip embedded structs without tag when OnlyTaggedField is set to true by Adam Kiss · 7 years ago
  71. 05d041d fix #313 support json marshaller type as map key by Tao Wen · 7 years ago
  72. 5916df6 fix #311 handle nil any by Tao Wen · 7 years ago
  73. 2433035 Merge pull request #304 from Quasilyte/quasilyte/emptyFallthrough by Tao Wen · 7 years ago
  74. 6dfc0bf Merge pull request #305 from Quasilyte/quasilyte/assignOp by Tao Wen · 7 years ago
  75. b9be8dd Merge pull request #306 from Quasilyte/quasilyte/underef by Tao Wen · 7 years ago
  76. b8d78b6 Merge pull request #307 from Quasilyte/quasilyte/commentedOutCode by Tao Wen · 7 years ago
  77. 7109b5e any_tests: remove commented-out code by Iskander Sharipov · 7 years ago
  78. 4cc7652 remove redundant dereferencing expressions by Iskander Sharipov · 7 years ago
  79. c5ddac9 simplify `x = x <op> y` to `x <op>= y` by Iskander Sharipov · 7 years ago
  80. f76d712 use multi-value case clause instead of fallthrough by Iskander Sharipov · 7 years ago
  81. 1624edc fix #295 decoder more was not compatible with standard library by Tao Wen · 7 years ago upstream/1.1.5 upstream/v1.1.5
  82. 5d789e5 fix #291 omit empty was not handled properly for json raw message by Tao Wen · 7 years ago
  83. 0260c89 fix #286 calcHash should use byte not rune to calc hash by Tao Wen · 7 years ago
  84. 10a568c fix #293 copy extensions by Tao Wen · 7 years ago
  85. ab8a2e0 fix #276 allow rename when set naming strategy by Tao Wen · 7 years ago upstream/1.1.4
  86. 2fbdfbb merge by Tao Wen · 7 years ago
  87. 720ab8d add tests for #283 by Tao Wen · 7 years ago
  88. f2b4162 Merge pull request #285 from nikhita/fix-case-sensitivity by Tim Hockin · 7 years ago
  89. 3830516 Fix case sensitivity for nested fields by Nikhita Raghunath · 7 years ago
  90. 7cceb6c Merge pull request #282 from caesarxuchao/optional-case-sensitivity by Tao Wen · 7 years ago
  91. b92cf78 Make case sensitivity optional. Fix by Chao Xu · 7 years ago
  92. 8744d7c \n should not be ignored in base64 decode by Tao Wen · 7 years ago
  93. 37cc313 fix #274, unescape before base64 decode by Tao Wen · 7 years ago
  94. 2ddf6d7 Merge pull request #266 from ceshihao/fix_base64_with_whitespace by Tao Wen · 7 years ago
  95. 6a6742f fix base64 contains newline characters \r or \n by ceshihao · 7 years ago
  96. 6c702ce fix #264 check io.EOF when test decoder.More by Tao Wen · 7 years ago
  97. f88871b fix #263, support empty string as 0 in fuzz mode by Tao Wen · 7 years ago
  98. f246f80 fix #260, support rename for extra.SupportPrivateFields by Tao Wen · 7 years ago
  99. 51dd703 add more test for #252 by Tao Wen · 7 years ago
  100. a949c42 fix #261 should load from reader by Tao Wen · 7 years ago