Commit Graph

  • 7bb4ade7e7 add tests and change vm template instead of vm. aryehlev 2022-11-28 11:52:24 +0200
  • 3538276eef fix for map also. aryehlev 2022-11-25 00:21:39 +0200
  • 25b1d08f49 fix another error aryehlev 2022-11-25 00:13:15 +0200
  • c1f6e5a7df fix error aryehlev 2022-11-22 20:31:46 +0200
  • d7c473e006
    Merge pull request #410 from asaf-shitrit/patch-1 Masaaki Goshima 2022-11-15 21:12:46 +0900
  • 2163995ea5
    Typo fix in README.md file Asaf Shitrit 2022-11-15 14:10:06 +0200
  • 32ec93b983
    Merge pull request #409 from brongineers/master Masaaki Goshima 2022-11-15 12:31:02 +0900
  • 6bca989643 test key map MarshalText with std brongineers 2022-11-14 22:11:00 +0300
  • 7fed434e80 remove unnecessary diffs cmetallo42 2022-11-14 14:11:08 +0300
  • 8ec03c455b tests added #405 cmetallo42 2022-11-14 13:41:38 +0300
  • 705f51716b fix custom marshal for map key brongineers 2022-11-13 21:05:50 +0300
  • e435a84d24 add tests #405 #406 cmetallo42 2022-10-06 14:43:27 +0300
  • 12711d0588 war vs linter lost cmetallo42 2022-10-06 13:24:21 +0300
  • b9ed5a4f55 Decode Stream Fixed also cmetallo42 2022-10-06 13:03:34 +0300
  • 08b8fbb321 De Morgan law applied & force return handled cmetallo42 2022-10-06 12:45:52 +0300
  • 4cb0c9b28f
    Add NilSliceAsEmpty encode option w1ck3dg0ph3r 2022-09-01 10:42:38 +0400
  • 41ad89fe02
    Fix golangci-lint action Masaaki Goshima 2022-08-18 12:48:27 +0900
  • 30713917a8
    Update CHANGELOG v0.9.11 Masaaki Goshima 2022-08-18 12:15:19 +0900
  • 18cfc439fe
    Sync fork with upstream and make the build green (#1) Maxim Pugachev 2022-08-05 10:27:37 +0200
  • 4cf345ebdf
    Merge pull request #383 from KimHyeonwoo/master Masaaki Goshima 2022-08-03 21:18:37 +0900
  • f83142d838 replace statForRetry with stat (review reflected) KimHyeonwoo 2022-08-02 12:07:48 +0900
  • a75c1c6096
    Merge pull request #387 from orisano/fix/#386 Masaaki Goshima 2022-08-01 20:28:38 +0900
  • 95a32fc038 fix: forgot to update p after read Nao Yonashiro 2022-07-29 13:56:58 +0900
  • e5e8ed62c8
    Update decode_test.go Tommy Hyeonwoo Kim 2022-07-19 00:06:47 +0900
  • f584919518 fix testcase to more clear one KimHyeonwoo 2022-07-18 22:14:48 +0900
  • 229339ecd5 add more test KimHyeonwoo 2022-07-18 22:03:42 +0900
  • 3e25104a7c fix cursor issue for `skipArray`, `skipValue` KimHyeonwoo 2022-07-18 21:35:32 +0900
  • 61705df089 add test KimHyeonwoo 2022-07-18 21:34:12 +0900
  • 70d6286ba8 fix cursor issue KimHyeonwoo 2022-07-18 19:41:08 +0900
  • d8d97b99b4
    Update encode_test.go Erik Pellizzon 2022-07-18 12:06:04 +0200
  • 1e3fdb0e3d
    Merge branch 'master' into feat-case-271 Erik Pellizzon 2022-07-18 12:04:20 +0200
  • 3eafdb6129
    Update CHANGELOG v0.9.10 Masaaki Goshima 2022-07-15 19:12:47 +0900
  • f244348d43
    Merge pull request #382 from Trim21/fix/381 Masaaki Goshima 2022-07-15 19:10:22 +0900
  • 190c2e30bd
    Update CHANGELOG v0.9.9 Masaaki Goshima 2022-07-15 16:59:13 +0900
  • 9a9f9adb05
    fix encoder and decoder cache slice edge case Trim21 2022-07-10 09:15:33 +0800
  • a812201b02
    Merge pull request #380 from orisano/fix/#374 Masaaki Goshima 2022-07-10 02:02:16 +0900
  • 79d8df005a
    Merge branch 'master' into fix/#374 Nao Yonashiro 2022-07-07 15:12:08 +0900
  • 88aa13e300
    Fix comment for #379 Masaaki Goshima 2022-07-07 14:52:28 +0900
  • 8459403e25
    Merge pull request #379 from orisano/fix/#370 Masaaki Goshima 2022-07-07 14:46:02 +0900
  • 8f5055b06a fix: In decodeUnicode, the case that the expected buffer's state is not satisfied after reading. Nao Yonashiro 2022-07-06 16:56:11 +0900
  • 565e07e45c fix: change isPtr to true on listElemCode Nao Yonashiro 2022-07-05 01:15:08 +0900
  • 554506d1f4
    Merge pull request #378 from orisano/fix/#372 Masaaki Goshima 2022-07-05 14:21:31 +0900
  • f0e6a549f2 fix: support for embedding alias of primitive types Nao Yonashiro 2022-07-04 14:46:17 +0900
  • 1468eefb01
    Merge pull request #377 from orisano/fix/#376 Masaaki Goshima 2022-07-04 14:07:04 +0900
  • 884b8dbf9a refactor: to check for IsDirectedNil only if ifacePtr == nil Nao Yonashiro 2022-07-03 22:39:31 +0900
  • c8d6da88dd fix: confusing nil in direct interface with typed nil Nao Yonashiro 2022-07-03 06:05:26 +0900
  • 27bd0f2aab
    Update CHANGELOG v0.9.8 Masaaki Goshima 2022-06-30 02:38:52 +0900
  • 6726210c9c
    Merge pull request #375 from orisano/fix/#339 Masaaki Goshima 2022-06-30 02:18:57 +0900
  • be494e932a
    Update encode_test.go Erik Pellizzon 2022-06-02 15:50:10 +0200
  • c1b23af63a
    feat: support automatic camel case field key ErikPelli 2022-05-25 16:36:29 +0200
  • 23bd66f4c0
    Merge pull request #369 from zeroshade/stream-number-fix Masaaki Goshima 2022-05-07 03:59:58 +0900
  • 865b215890 fix stream tokenizing respecting UseNumber Matthew Topol 2022-05-05 12:12:27 -0400
  • 2ea7ab6e24 fix: wrong the detection method of nilable Nao Yonashiro 2022-05-04 23:40:12 +0900
  • 3fdc55a60a
    Merge pull request #368 from orisano/fix/#331 Masaaki Goshima 2022-05-03 13:59:05 +0900
  • c07df9add6 feat: improve performance on linkRecursiveCode Nao Yonashiro 2022-05-03 04:03:05 +0900
  • 41b2e78a03
    Merge pull request #367 from orisano/fix/#335 Masaaki Goshima 2022-05-02 14:07:50 +0900
  • 42805aa953 fix: add escape sequence validation Nao Yonashiro 2022-04-29 17:16:25 +0900
  • 83eb186989
    Merge pull request #366 from orisano/fix/#362 Masaaki Goshima 2022-04-28 21:37:19 +0900
  • 66f8b2629d chore: use reflect.Ptr Nao Yonashiro 2022-04-28 20:30:06 +0900
  • 944f8be027 chore: remove IsExported Nao Yonashiro 2022-04-28 20:24:46 +0900
  • 7719c4e239
    Merge pull request #365 from orisano/fix/#364 Masaaki Goshima 2022-04-28 18:33:39 +0900
  • af33c47846 fix: determining embedded structs was wrong Nao Yonashiro 2022-04-26 14:16:28 +0900
  • 6911114fb4 fix: to care surrogate-pair on stringDecoder Nao Yonashiro 2022-04-26 01:40:44 +0900
  • 22be3b9a93
    Update CHANGELOG Masaaki Goshima 2022-04-22 01:14:59 +0900
  • 337d02ffe6
    Merge pull request #363 from orisano/fix/#359 v0.9.7 Masaaki Goshima 2022-04-22 01:02:20 +0900
  • 6db1acfcb6 fix: to care about the case of OpInterfacePtr Nao Yonashiro 2022-04-22 00:35:58 +0900
  • 171d975753
    Merge pull request #361 from orisano/fix/#360 Masaaki Goshima 2022-04-13 00:41:29 +0900
  • 0da28e819a chore: add disable Nao Yonashiro 2022-04-12 12:47:36 +0900
  • 4311bab3dc style: go fmt Nao Yonashiro 2022-04-11 20:43:58 +0900
  • 5c2b1916eb chore: update golangci-lint version Nao Yonashiro 2022-04-11 18:28:11 +0900
  • d9df77a119 fix: add a fallback uint8 sliceDecoder to bytesDecoder Nao Yonashiro 2022-04-07 18:10:49 +0900
  • 3a4ad31980
    Merge pull request #356 from orisano/feat/add-debug-with Masaaki Goshima 2022-03-26 00:57:17 +0900
  • 54362b465e
    Merge pull request #355 from orisano/fix/add-filtering-on-slow-path Masaaki Goshima 2022-03-26 00:54:23 +0900
  • 321fe31260 feat: add DebugWith option Nao Yonashiro 2022-03-25 05:09:22 +0900
  • e43fb0f990 fix: add filtering on slow path Nao Yonashiro 2022-03-25 03:03:25 +0900
  • 7cb5120ad2
    Merge pull request #353 from orisano/fix/#342 Masaaki Goshima 2022-03-24 16:43:54 +0900
  • 4235ca04c0 fix: an incompatible behavior on map key decoder Nao Yonashiro 2022-03-24 09:35:14 +0900
  • 05585c6017
    Update CHANGELOG v0.9.6 Masaaki Goshima 2022-03-22 15:24:26 +0900
  • 03950e7b0b
    Merge pull request #349 from orisano/fix/#348 Masaaki Goshima 2022-03-20 00:14:27 +0900
  • 8c27bb4f29
    Merge branch 'master' into fix/#348 Nao Yonashiro 2022-03-19 21:29:50 +0900
  • 47a26db8a2
    Merge pull request #351 from orisano/fix/#350 Masaaki Goshima 2022-03-19 21:27:34 +0900
  • a3b70288fb
    Merge pull request #345 from orisano/fix/#306 Masaaki Goshima 2022-03-19 21:26:32 +0900
  • 48f6412cd1 fix: to safe when got unexpected typeptr Nao Yonashiro 2022-03-19 09:33:16 +0900
  • 6832682204 fix: mismatched between len(s.buf) and s.bufSize Nao Yonashiro 2022-03-18 23:31:33 +0900
  • fdf5700bcb
    Merge pull request #347 from goccy/feature/update-go-version Masaaki Goshima 2022-03-18 18:16:16 +0900
  • 7f741a08bc
    Update go version Masaaki Goshima 2022-03-18 18:04:21 +0900
  • 6f811065b6 feat: improves escapeString's performance Nao Yonashiro 2022-03-13 08:33:37 +0900
  • 1ee186da17 test: add benchmark Nao Yonashiro 2022-03-13 08:20:12 +0900
  • e99e62dcbc
    Merge pull request #344 from orisano/fix/#343 Masaaki Goshima 2022-03-13 00:49:37 +0900
  • f714c3961d fix: to care ints minimum values Nao Yonashiro 2022-03-12 23:43:03 +0900
  • fdd32cccf2 test: adds ints boundary cases Nao Yonashiro 2022-03-12 23:41:52 +0900
  • d496803519
    Update CHANGELOG v0.9.5 Masaaki Goshima 2022-03-04 21:04:26 +0900
  • f352b8732a
    Merge pull request #334 from orisano/feat-improve-performance-escaped Masaaki Goshima 2022-03-04 20:53:41 +0900
  • 58b524e43e
    Merge pull request #338 from orisano/fix/#337 Masaaki Goshima 2022-03-04 20:51:40 +0900
  • 1960b8569c
    Merge pull request #341 from orisano/fix/#340 Masaaki Goshima 2022-03-04 20:50:49 +0900
  • accf52d695 fix: incorrect handling on skipValue Nao Yonashiro 2022-03-04 20:01:05 +0900
  • 81519c48d8 fix: avoid reading the next character in buffer to nul consideration Nao Yonashiro 2022-02-22 19:10:26 +0900
  • 62b28d102e test: add benchmark Nao Yonashiro 2022-02-12 17:55:10 +0900
  • 4bd7d2399f feat: improve performance when a payload contains escape sequence Nao Yonashiro 2022-02-12 17:25:52 +0900
  • 116e62dc84
    Merge pull request #328 from orisano/fix/#327 Masaaki Goshima 2022-01-27 11:27:05 +0900