Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-18 | encode, reencode: Fix handling of invalid UTF-8 | Luke Shumaker | |
2023-02-10 | encoder, reencoder: Distinguish between syntax errors and I/O errors | Luke Shumaker | |
2023-02-07 | internal: Split in to sub-packages | Luke Shumaker | |
2023-01-30 | encode: Fix errors for marshalers/encodables with bad output | Luke Shumaker | |
2023-01-29 | .golangci.yml: Turn on 'stylecheck', fix | Luke Shumaker | |
2023-01-26 | Write documentationv0.2.0 | Luke Shumaker | |
2023-01-26 | Move the Parser to the internal package | Luke Shumaker | |
2022-08-17 | Get the new borrowed tests passing | Luke Shumaker | |
2022-08-17 | Add tests for decode reading too far | Luke Shumaker | |
2022-08-16 | Get borrowed_decode_test.go passing | Luke Shumaker | |
2022-08-16 | Get borrowed_scanner_test.go passing [ci-skip] | Luke Shumaker | |
2022-08-16 | Push nesting-depth checks down in to the parser [ci-skip] | Luke Shumaker | |
2022-08-16 | wip: Reduce test differences [ci-skip] | Luke Shumaker | |
- Handle UTF-16 surrogate pairs - Handle cycles in values - Handle cycles in types - Better errors - Handle case-folding of struct field names - Allow []byteTypeWithMethods - Fix struct field-order - Fix handling of interfaces storing pointers - Enforce a maximum decode depth - Validate struct tags |