Skip to content

Tags: go-faster/jx

Tags

v1.1.0

Verified

This commit was signed with the committer’s verified signature.
ernado Aleksandr Razumov
ci: disable deprecated linters

v1.0.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #81 from tdakkota/fix/handle-cr-properly

fix: properly handle CR character

v1.0.0

Verified

This commit was signed with the committer’s verified signature.
ernado Aleksandr Razumov
feat: stable

v0.42.0-alpha.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #73 from tdakkota/refactor/set-buffer-size

refactor: handle `bufSize` properly

v0.42.0-alpha.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #72 from tdakkota/perf/writeErr-check

perf: fail early in string encoders

v0.41.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #69 from tdakkota/feat/better-errors

feat: pass offset to `unexpected byte` error

v0.40.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #68 from tdakkota/fix/bool-bitmask

fix: use correct bitmask to check `false` value

v0.40.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #66 from tdakkota/feat/add-more-int-decoders

feat: add 8/16-bit integers decoder

v0.39.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #65 from go-faster/chore/drop-go1.17

chore: drop go1.17

v0.38.1

Verified

This commit was signed with the committer’s verified signature.
tdakkota tdakkota
chore: enable fuzzing on Windows