Commit Graph

  • deb13af3c6 Update CHANGELOG v0.7.6 Masaaki Goshima 2021-08-13 17:32:20 +0900
  • 68022098ad
    Merge pull request #277 from goccy/feature/improve-error-message Masaaki Goshima 2021-08-13 17:29:27 +0900
  • 08c2e1abef Improve error message Masaaki Goshima 2021-08-13 17:05:07 +0900
  • d7cdabe600
    Merge pull request #276 from goccy/feature/fix-nil-slice Masaaki Goshima 2021-08-13 16:27:40 +0900
  • bf35de8f91 Fix assign nil slice value Masaaki Goshima 2021-08-13 15:49:53 +0900
  • 14f03c1e6d Update CHANGELOG v0.7.5 Masaaki Goshima 2021-08-12 16:16:08 +0900
  • ce8be46a39
    Merge pull request #273 from goccy/feature/fix-decoding-binary-type Masaaki Goshima 2021-08-12 14:42:08 +0900
  • 75a6ad40b9 Fix decoding of binary type with escaped char Masaaki Goshima 2021-08-12 13:51:24 +0900
  • a68e5b89a5
    Merge pull request #272 from goccy/feature/fix-embedded-field Masaaki Goshima 2021-08-12 13:23:44 +0900
  • 104829e78f Fix encoding of embedded struct that isn't first field Masaaki Goshima 2021-08-12 13:03:34 +0900
  • a1780c18a6
    Merge pull request #265 from peterlimg/master Masaaki Goshima 2021-08-12 12:10:40 +0900
  • 91e691adc5
    Fix decodeEscapeString err peterlimg 2021-07-27 21:53:59 +1000
  • ad245e5323
    Fix incorrect indent peterlimg 2021-07-22 17:22:07 +1000
  • a95c5abe6c
    Fix indent issue for embed struct with tag peterlimg 2021-07-22 14:54:11 +1000
  • ac9a7dd8e3
    Fix encode issue for embed struct with tag peterlimg 2021-07-20 23:14:26 +1000
  • 85a5597342 Update README v0.7.4 Masaaki Goshima 2021-07-06 14:23:47 +0900
  • 2a705c956c Update CHANGELOG Masaaki Goshima 2021-07-06 14:23:04 +0900
  • 0a7e5d9001
    Merge pull request #264 from goccy/feature/fix-indirect Masaaki Goshima 2021-07-05 21:57:16 +0900
  • 902856929d Fix indirect layout Masaaki Goshima 2021-07-05 20:30:35 +0900
  • 36a91cc8e8 Update CHANGELOG v0.7.3 Masaaki Goshima 2021-06-29 11:53:24 +0900
  • 20fe381daf
    Merge pull request #262 from goccy/feature/fix-issue261 Masaaki Goshima 2021-06-29 11:51:53 +0900
  • 1400b498ab Fix encoding of pointer type in empty interface Masaaki Goshima 2021-06-29 11:35:37 +0900
  • 8129998093
    Merge pull request #260 from goccy/feature/improve-interface-perf Masaaki Goshima 2021-06-26 16:37:35 +0900
  • 66bf979e47 Improve encoding performance for empty interface type Masaaki Goshima 2021-06-26 15:49:13 +0900
  • 595e20a25e Update CHANGELOG v0.7.2 Masaaki Goshima 2021-06-26 11:15:39 +0900
  • 3829400241
    Merge pull request #259 from goccy/feature/improve-encoding-interface-perf Masaaki Goshima 2021-06-25 23:06:45 +0900
  • 12e4bdc2f2 Fix dump of opcode Masaaki Goshima 2021-06-25 22:55:00 +0900
  • f93d82dee6 Fix storeIndent Masaaki Goshima 2021-06-25 22:27:00 +0900
  • 994dc9ea9d Fix encoding of empty interface type Masaaki Goshima 2021-06-25 20:17:12 +0900
  • 923c0f789e
    Merge pull request #258 from preethamrn/fix-bytes-decodestream Masaaki Goshima 2021-06-25 12:27:02 +0900
  • 2aeb1769a2 Fix decoding of []byte type Preetham Narayanareddy 2021-06-24 14:42:26 -0700
  • 397a4e45d3
    Merge pull request #257 from Kiraub/master Masaaki Goshima 2021-06-24 11:59:55 +0900
  • 9d9e5cd11a inline nilfunc to nil comparison Kiraub 2021-06-23 19:10:00 +0200
  • 6a81ba12dd reverted helper Kiraub 2021-06-23 19:09:20 +0200
  • e94f0cd362
    Merge branch 'goccy:master' into master Kiraub 2021-06-23 17:44:36 +0200
  • 4fe8e6f172 change assertEq check ebauer 2021-06-23 16:00:41 +0200
  • 5f0b34250c funcDecoder: handle cases of value being true or false ebauer 2021-06-23 15:51:42 +0200
  • f7eceb1ff9
    Merge pull request #254 from goccy/feature/add-sonic-to-benchmark Masaaki Goshima 2021-06-23 22:30:15 +0900
  • a7d041a3d4 gofmt -s ebauer 2021-06-23 15:22:40 +0200
  • 4f9edb7bc0
    Merge pull request #256 from goccy/feature/improve-map-decoder-perf Masaaki Goshima 2021-06-23 22:11:29 +0900
  • d34d79600a add func Unmarshal tests ebauer 2021-06-23 14:22:58 +0200
  • 585ce46b31 add func decoder ebauer 2021-06-23 14:22:24 +0200
  • 80c460c74b Fix error by linter Masaaki Goshima 2021-06-23 17:42:30 +0900
  • ff12fbbe9b Use mapassign_faststr to decode map whose key type is string Masaaki Goshima 2021-06-23 17:23:09 +0900
  • 291234afdb Sort benchmark target Masaaki Goshima 2021-06-21 23:57:46 +0900
  • 01698ac4a5 Add bytedance/sonic to benchmark Masaaki Goshima 2021-06-21 23:54:52 +0900
  • c423502f97 Update CHANGELOG v0.7.1 Masaaki Goshima 2021-06-18 01:12:12 +0900
  • 2565e4721a
    Merge pull request #253 from IncSW/fix-251 Masaaki Goshima 2021-06-18 01:09:13 +0900
  • 94cecc0609
    update tests IncSW 2021-06-15 19:10:56 +0300
  • 9a2f108208
    fix array stream decoder IncSW 2021-06-15 19:05:12 +0300
  • 1037421a83
    fix error when unmarshal empty array IncSW 2021-06-15 18:19:39 +0300
  • faa4de918e
    Update README.md Masaaki Goshima 2021-06-12 23:40:12 +0900
  • 873c1f2f6c Update CHANGELOG v0.7.0 Masaaki Goshima 2021-06-12 23:00:54 +0900
  • 5c22860385
    Merge pull request #248 from goccy/feature/context Masaaki Goshima 2021-06-12 22:51:57 +0900
  • 3c3226e0f4
    Merge pull request #249 from goccy/feature/fix-issue247 Masaaki Goshima 2021-06-12 22:51:40 +0900
  • b972a9bab3 Fix indent num Masaaki Goshima 2021-06-12 22:38:52 +0900
  • 56e5d7a457 Fix index number about length for recursive type Masaaki Goshima 2021-06-12 22:02:03 +0900
  • 79ccab759f Fix indent num contains recursive type Masaaki Goshima 2021-06-12 22:01:45 +0900
  • cd7fb7392f Support context for MarshalJSON and UnmarshalJSON Masaaki Goshima 2021-06-12 17:06:26 +0900
  • 753dc64dff Add benchmark data feature/generate-benchgraph Masaaki Goshima 2021-06-09 20:53:43 +0900
  • 796f23fb0d Generate image for benchmark results Masaaki Goshima 2021-06-09 17:06:34 +0900
  • a2ba5e8bcc
    Merge pull request #244 from goccy/feature/fix-map-key-interface Masaaki Goshima 2021-06-06 23:06:24 +0900
  • edd09e7470 Fix encoding of using empty interface as map key Masaaki Goshima 2021-06-06 20:39:49 +0900
  • ad04977db7
    Merge pull request #243 from goccy/feature/move-test-to-subdirectory Masaaki Goshima 2021-06-06 19:45:03 +0900
  • f10809fec0 Ignore test directory from pkgs Masaaki Goshima 2021-06-06 19:29:52 +0900
  • ad4e03eeff Fix task Masaaki Goshima 2021-06-06 18:44:10 +0900
  • ec4ff740c4 Move some tests to subdirectory Masaaki Goshima 2021-06-06 18:43:47 +0900
  • b05a0c301e
    Merge pull request #242 from goccy/feature/improve-decoder-performance Masaaki Goshima 2021-06-06 18:38:42 +0900
  • 8a3ef38852 Add document for options Masaaki Goshima 2021-06-06 17:57:30 +0900
  • 5c39787fbd Enable FirstWin option for stream decoder Masaaki Goshima 2021-06-06 11:24:56 +0900
  • 34b7053412 Fix decoder option flag Masaaki Goshima 2021-06-06 11:11:04 +0900
  • a69176cd30 Fix decoder Masaaki Goshima 2021-06-06 11:00:22 +0900
  • 3c0e1b5e8c Fix stream buffer length Masaaki Goshima 2021-06-06 10:52:55 +0900
  • 5e281e340f Fix decoder Masaaki Goshima 2021-06-05 16:00:17 +0900
  • cbda08a525 Add DecodeFieldPriorityFirstWin option Masaaki Goshima 2021-06-05 13:00:26 +0900
  • b074c98070 Use RuntimeContext Masaaki Goshima 2021-06-05 01:08:27 +0900
  • f0b4077914 Add DecodeOption Masaaki Goshima 2021-06-05 00:27:02 +0900
  • e7b7118f4e Fix skipWhiteSpace for stream decoder Masaaki Goshima 2021-06-04 14:59:43 +0900
  • a973797e61 Fix init buffer Masaaki Goshima 2021-06-04 12:41:18 +0900
  • 7d7af9fb36
    Merge pull request #238 from goccy/feature/refactor-decoder Masaaki Goshima 2021-06-03 19:53:50 +0900
  • c35c3242b6 Merge branch 'master' of github.com:goccy/go-json into feature/refactor-decoder Masaaki Goshima 2021-06-03 19:38:01 +0900
  • e2a93d2c6c Fix link of documentation Masaaki Goshima 2021-06-03 19:30:30 +0900
  • 2ed0122969 Remove unnecessary test Masaaki Goshima 2021-06-03 19:21:25 +0900
  • c41c158a56 Fix error by linter Masaaki Goshima 2021-06-03 19:10:17 +0900
  • 45780881a4 Remove unnecessary vars Masaaki Goshima 2021-06-03 18:59:52 +0900
  • de4e97ed09 Remove unnecessary prefix Masaaki Goshima 2021-06-03 18:57:41 +0900
  • 5a024ca2f1 Fix package layout for decoder Masaaki Goshima 2021-06-03 18:49:01 +0900
  • 80719cf181 Use pre-allocated buffer for zero character Masaaki Goshima 2021-06-03 15:44:48 +0900
  • f1ec7120aa
    Merge pull request #237 from goccy/feature/fix-escaped-char-field Masaaki Goshima 2021-06-03 15:18:48 +0900
  • 917f71bbcf Fix decoding fields containing escaped characters for stream decoder Masaaki Goshima 2021-06-03 15:00:31 +0900
  • fee2d1fc68 Update CHANGELOG v0.6.1 Masaaki Goshima 2021-06-02 19:20:42 +0900
  • 07920c85ea
    Merge pull request #236 from goccy/feature/fix-encoder Masaaki Goshima 2021-06-02 19:18:54 +0900
  • 544e731166 Fix value of totalLength for encoding Masaaki Goshima 2021-06-02 19:02:36 +0900
  • 14c828aad7 Add test case for stream decoder Masaaki Goshima 2021-06-02 19:01:41 +0900
  • c128c8c915 Fix decoding fields containing escaped characters Masaaki Goshima 2021-06-02 17:23:32 +0900
  • 6562473b1e Update CHANGELOG v0.6.0 Masaaki Goshima 2021-06-01 19:03:16 +0900
  • 3d17de681d
    Merge pull request #188 from goccy/feature/add-benchmark-ffjson Masaaki Goshima 2021-06-01 18:57:22 +0900
  • 1aeb61673b Update README Masaaki Goshima 2021-06-01 18:46:11 +0900
  • c4835c6cd2 Add benchmark target Masaaki Goshima 2021-04-19 01:37:03 +0900
  • 75a8c1e3f5
    Merge pull request #233 from goccy/feature/colorize Masaaki Goshima 2021-06-01 18:36:22 +0900