summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
AgeCommit message (Expand)Author
2023-02-25encode: Sort maps by the pre-string-encoded keyLuke Shumaker
2023-02-25Prepare v0.3.8 releasev0.3.8Luke Shumaker
2023-02-25jsonparse: Fix a bug allowing a trailing comma in objectsLuke Shumaker
2023-02-25reencode: Improve the error messages for trailing partial-UTF-8Luke Shumaker
2023-02-25reencode: Fix the byte count for partial writesLuke Shumaker
2023-02-25compat/json: Handle io.EOF and io.ErrUnexpectedEOF the sameLuke Shumaker
2023-02-25jsonparse: Don't show raw bytes as UnicodeLuke Shumaker
2023-02-25jsonparse: Reword error messages to match encoding/jsonLuke Shumaker
2023-02-25decode: Include the invalid UTF-8 byte in error messagesLuke Shumaker
2023-02-25decode: Add a DecodeArray functionLuke Shumaker
2023-02-25decode: Don't bail on type errorsLuke Shumaker
2023-02-20Prepare v0.3.7 releasev0.3.7Luke Shumaker
2023-02-19compat/json: Correctly handle syntax-error-in-decodeLuke Shumaker
2023-02-18reencode: Don't normalize the capitalization of \uXXXX hex escapesLuke Shumaker
2023-02-18compat/json: Indent: Preserve trailing whitespaceLuke Shumaker
2023-02-18compat/json: Don't do actual JSON parsing in HTMLEscapeLuke Shumaker
2023-02-18reencode: Add CompactFloatsLuke Shumaker
2023-02-18encode, reencode: Fix handling of invalid UTF-8Luke Shumaker
2023-02-18reencode: Rethink the UTF-8 bufferLuke Shumaker
2023-02-18compat/json: Compact, Indent: Clear the output if there's an errorLuke Shumaker
2023-02-18compat/json: Valid: Check for EOFLuke Shumaker
2023-02-18reencode: Fix trimming trailing zerosLuke Shumaker
2023-02-16ReleaseNotes.md: Fix a typoLuke Shumaker
2023-02-16Prepare v0.3.6 releasev0.3.6Luke Shumaker
2023-02-16reencode: Don't bother tracking the number of bytes writtenLuke Shumaker
2023-02-16reencode: Don't have the ReEncoderConfig member be publicLuke Shumaker
2023-02-10encoder, reencoder: Distinguish between syntax errors and I/O errorsLuke Shumaker
2023-02-10Be more careful about importing encoding/jsonLuke Shumaker
2023-02-10Prepare v0.3.5 releasev0.3.5Luke Shumaker
2023-02-10Sync borrowed code from Go 1.20Luke Shumaker
2023-02-07decode: Fix decoding an actively growing fileLuke Shumaker
2023-02-05Fix compilation with Go 1.20v0.3.4Luke Shumaker
2023-02-04Prepare v0.3.3 releasev0.3.3Luke Shumaker
2023-02-04ReleaseNotes.md: Describe the bugfixesLuke Shumaker
2023-02-03Prepare v0.3.2 releasev0.3.2Luke Shumaker
2023-01-31Prepare v0.3.1 releasev0.3.1Luke Shumaker
2023-01-30ReleaseNotes: Add an entry for this branch's changesLuke Shumaker
2023-01-30Prepare v0.3.0 releasev0.3.0Luke Shumaker
2023-01-30BREAKING CHANGE: reencode: Separate config from stateLuke Shumaker
2023-01-30Prepare v0.2.1 releasev0.2.1Luke Shumaker
2023-01-30decode: Fix DecodeTypeError offsetsLuke Shumaker
2023-01-30Add a ReleaseNotes.md fileLuke Shumaker