| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-06-03 | 1.4 kB | |
| v1.13.3 source code.tar.gz | 2025-06-03 | 3.3 MB | |
| v1.13.3 source code.zip | 2025-06-03 | 3.7 MB | |
| Totals: 3 Items | 7.0 MB | 0 | |
What's Changed
- chore: remove
NoQuoteTextMarshalerfromConfigFastestand export … by @AsterDY in https://github.com/bytedance/sonic/pull/781 - fix: code and comment typos by @musvaage in https://github.com/bytedance/sonic/pull/783
- fix(git): add lacking fuzz/go-fuzz-corpus submodule by @zchee in https://github.com/bytedance/sonic/pull/784
- opt:(encoder) use std
strconv.AppendIntfor better performance on arm by @AsterDY in https://github.com/bytedance/sonic/pull/789 - fix: not panic when marshal map key that is bool by @liuq19 in https://github.com/bytedance/sonic/pull/795
- fix: typo in ast/node.go doc comment by @eomhs in https://github.com/bytedance/sonic/pull/793
- feat:(ast) add
Node.StrictBoolby @AsterDY in https://github.com/bytedance/sonic/pull/801 - fix: pass
io.Reader's error toStreamDecoderby @AsterDY in https://github.com/bytedance/sonic/pull/802 - fix(compat): should return error when unmarshaling json with trailing chars by @liuq19 in https://github.com/bytedance/sonic/pull/803
New Contributors
- @musvaage made their first contribution in https://github.com/bytedance/sonic/pull/783
- @zchee made their first contribution in https://github.com/bytedance/sonic/pull/784
- @eomhs made their first contribution in https://github.com/bytedance/sonic/pull/793
Full Changelog: https://github.com/bytedance/sonic/compare/v1.13.2...v1.13.3