- 7dcf687 Merge pull request #423 from AndreiBerezin/fix-null-string by Vasily Romanov · 8 weeks ago master
- ef22ec5 Merge pull request #421 from dmitrybarsukov/bugfix/invalid-json-on-NaN-or-Inf by Vasily Romanov · 8 weeks ago
- 58eb6f5 Merge pull request #424 from stickpro/issue-415 by Vasily Romanov · 8 weeks ago v0.9.1
- ffa0b23 feat: Add version and commit information to easyjson generator Closes #415 by Vladislav Bulagakov · 8 weeks ago
- 9b7ae67 fix null after MarshalText work by Andrey Berezin · 5 months ago
- 31b2360 Return error if trying to marshal +Inf, -Inf or NaN by dmitrybarsukov · 6 months ago
- fe2707c Merge pull request #411 from neal/bugfix/unmarshal-unexpected-null by Vasily Romanov · 10 months ago
- baefa5c Fix decoding null values on non-pointer fields by Neal Patel · 10 months ago
- 8580601 Merge pull request #407 from Neal/bugfix/unmarshal-null by Vasily Romanov · 11 months ago
- 529b1f6 Fix unmarshal null to existing value by Neal Patel · 11 months ago
- 5e854fb Merge pull request #388 from testwill/string by Vasily Romanov · 11 months ago v0.9 v0.9.0
- 78171e8 Merge pull request #396 from SolidShake/fix-null-map-key by Vasily Romanov · 11 months ago
- 907f46a up go version to 1.20 by Vasily Romanov · 11 months ago
- 0e683d5 only default tests by Vasily Romanov · 11 months ago
- 8ef38d7 upd test version by Vasily Romanov · 11 months ago
- c2f6bad Merge pull request #405 from IakovLeven/patch-1 by Vasily Romanov · 11 months ago
- d48874a Merge pull request #381 from niallnsec/master by Vasily Romanov · 11 months ago
- 46715aa Fix Unmarshaler interface description by IakovLeven · 12 months ago
- 3229627 Fix null key in map by Artem Utkin · 1 year, 7 months ago
- 34d2f3a Only add tags to run command if set by Niall Newman · 1 year, 10 months ago
- 141f9c7 Merge pull request #393 from iamtakingiteasy/master by Vasily Romanov · 1 year, 10 months ago v0.8 v0.8.0
- 3bd36b7 Make current token kind public and accessible via Lexer.CurrentToken by Alexander Tumin · 1 year, 10 months ago
- 37cdbe9 chore: use ret.String() instead of string(ret.Bytes()) by guoguangwu · 2 years, 5 months ago
- 573107b Copy byte array when unmarshalling RawMessage by Niall Newman · 3 years ago
- a209843 Fix bytesToStr (#358) by Erik Dubbelboer · 3 years, 7 months ago
- 11c9d7f fix Readme by bulletmys · 4 years, 1 month ago
- 605adae Merge pull request #352 from bulletmys/upd_ci by Dmitry Rybakov · 4 years, 1 month ago
- 42b87bf upd readme and delete .travis.yml by bulletmys · 4 years, 1 month ago
- 738f356 fix run-on-arch-action actions by bulletmys · 4 years, 1 month ago
- 309f1b6 add non amd64 actions by bulletmys · 4 years, 1 month ago
- 5fd7585 upd github actions by bulletmys · 4 years, 1 month ago
- 3c100a7 upd github actions by bulletmys · 4 years, 1 month ago
- 7c1e3c1 upd github actions by bulletmys · 4 years, 1 month ago
- 4f5f962 add github actions by bulletmys · 4 years, 1 month ago
- 52ae641 fix allocs expectations in tests by bulletmys · 4 years, 1 month ago
- eecedd1 add simple example to README and upd install cmd by dmitry.rybakov · 4 years, 2 months ago
- e57b4c6 Merge pull request #338 from MQasimSarfraz/patch-1 by Dmitry Rybakov · 4 years, 2 months ago
- 7653026 Merge pull request #342 from denis96z/master by Dmitry Rybakov · 4 years, 2 months ago
- e33cca9 fix too many arguments in call to MarshalJSON by Denis Zinovyev · 4 years, 5 months ago
- 0c17714 Fix type in README.md by Qasim Sarfraz · 4 years, 6 months ago
- c120ca7 Update .travis.yml (#324) by santosh653 · 4 years, 9 months ago v0.7.7
- a833663 Fixed lexer in decoding base64-encoded []byte field with forward slash in it. (#328) by Maksim Kochkin · 4 years, 9 months ago
- fca00f4 jlexer skipped json value validation added (#309) by komika · 5 years ago
- 45d2d57 fix mailru/easyjson#310 (#311) by YaroslavPodorvanov · 5 years ago
- 8ab5ff9 fix parser for go 1.15 (multiline comments) by Alexandr Mayorskiy · 5 years ago fix_1.15 0.7.4.1 v.0.7.5 v0.7.6
- f3f97e8 fix parser for go 1.15 (#304) by Alexandr Mayorskiy · 5 years ago 0.7.4
- 853c497 Remove spurious print (#300) by Zik · 5 years ago v0.7.3
- acfb3d3 Tidy and commit go.sum (#301) by Zik · 5 years ago
- 87794d0 use easyjson.MarshalerUnmarshaler instead of custom (#299) by Alexandr Mayorskiy · 5 years ago v0.7.2
- 0c6c960 Update helpers.go by Alexandr Mayorskiy · 5 years ago
- 5c65c6f add test with nested marshaler interface by Alexandr Mayorskiy · 5 years ago
- 0e50058 Merge branch 'igor-anferov-master' by Alexandr Mayorskiy · 5 years ago
- 3c9f41b add test with nested marshaler interface by Alexandr Mayorskiy · 5 years ago
- 6ca8fde add test with nested marshaler interface by Alexandr Mayorskiy · 5 years ago
- 2cb8c45 Duplicated json values on marshalind interfaces implementing easyjson.Marshaler by i.anferov · 5 years ago
- 8ba3c7b Added logic to pass build flags when running the generator (#290) by Max · 5 years ago
- 0d574ab Merge pull request #289 from ParshinPavel/288-skip-structs by Vasily Romanov · 6 years ago
- 0c9f71d Fixed skip detection and added correct test by Pavel Parshin · 6 years ago
- e25e66f Added pragma easyjson:skip to exclude structs from generating stage by Pavel Parshin · 6 years ago
- f0a000e Previous optimisation in findStringLen has broken unescaping of \\\" sequences (#284) by kirillx · 6 years ago
- 3b0c433 Revert "Don't pass field tags into nested types" by Alexandr Mayorskiy · 6 years ago
- 0aa9db2 gofmt -s by Alexandr Mayorskiy · 6 years ago
- 96c0b70 Merge branch 'kirillx-master' by Alexandr Mayorskiy · 6 years ago
- 6c2d82a fix typo & add test for noCopy by Alexandr Mayorskiy · 6 years ago
- 5c9438b nocopy: add AllocsPerRun test case by Kirill Korotaev · 6 years ago
- f27c653 don't allow intern/nocopy tags at the same time by Kirill Korotaev · 6 years ago
- 244a66f Add "nocopy" json tag to return unsafe string reference by Kirill Korotaev · 6 years ago
- 0d5e072 Merge pull request #202 from makarchuk/better-interfaces-support by GoWebProd · 6 years ago
- bfb73e3 Merge branch 'philpearl-master' by Alexandr Mayorskiy · 6 years ago
- 5f3e4e9 improve marshaler nil check by Alexandr Mayorskiy · 6 years ago
- 0695752 Merge branch 'master' of git://github.com/philpearl/easyjson into philpearl-master by Alexandr Mayorskiy · 6 years ago
- c0584fe Merge branch 'CAFxX-cafxx-intern' by Alexandr Mayorskiy · 6 years ago
- d2e87d0 fix cafxx-intern PR by Alexandr Mayorskiy · 6 years ago
- 6ea07b3 Merge branch 'cafxx-intern' of git://github.com/CAFxX/easyjson into CAFxX-cafxx-intern by Alexandr Mayorskiy · 6 years ago
- eb3e7f8 Merge branch 'stek29-default_gopath' by Alexandr Mayorskiy · 6 years ago
- dfc0280 fix import order by Alexandr Mayorskiy · 6 years ago
- 7af8f52 Merge branch 'default_gopath' of git://github.com/stek29/easyjson into stek29-default_gopath by Alexandr Mayorskiy · 6 years ago
- 67202f7 Merge pull request #271 from creker/NestedOmitempty by GoWebProd · 6 years ago
- f827596 Merge pull request #265 from kirillx/master by GoWebProd · 6 years ago
- cc96352 Update README.md by Carlo Alberto Ferraris · 6 years ago
- 33d35f8 unescaping: should process string numbers in unescaped member names mode by Kirill Korotaev · 6 years ago
- 7a2b994 remove README.md comment from another PR by Kirill Korotaev · 6 years ago
- e0f67b3 Add test cases for non-escaped mode of member names by Kirill Korotaev · 6 years ago
- 9a01c9a Add new -disable_members_unescape option to avoid unescaping of member names, ints, ... by Kirill Korotaev · 6 years ago
- 3a0ce97 slightly simplify unescapeStringToken() and remove wasEscaped flag by Kirill Korotaev · 6 years ago
- 36293b6 Preallocate string before unescaping by Kirill Korotaev · 6 years ago
- efc4b46 Optimisations: use bytes.IndexByte() + delay unescaping by Kirill Korotaev · 6 years ago
- c124e42 Implement optional string interning by Carlo Alberto Ferraris · 6 years ago
- 5797847 Merge pull request #155 from sah4ez/master by GoWebProd · 6 years ago
- 5eb0584 fix generator by GoWebProd · 6 years ago
- d05eb9f fix easyjson main by GoWebProd · 6 years ago
- f93cc0b fix bootstrap by GoWebProd · 6 years ago
- 7db1436 Merge branch 'master' into master by GoWebProd · 6 years ago
- e790aae Merge pull request #204 from hhh0pE/unnamed_embedded_field by GoWebProd · 6 years ago
- 612e635 Merge pull request #215 from boekkooi-fresh/patch/typespec-docs by GoWebProd · 6 years ago
- 39cd2e3 fix makefile by GoWebProd · 6 years ago
- 2d0de5a Merge branch 'master' into patch/typespec-docs by GoWebProd · 6 years ago
- 1b67345 Merge pull request #218 from bobappleyard/master by GoWebProd · 6 years ago
- 8c3dabd Merge pull request #245 from Bogdan-D/bugfix/zero_divide by GoWebProd · 6 years ago
- 38878c9 Merge pull request #263 from zifter/master by GoWebProd · 6 years ago