Encoding Versions Save

Go package containing implementations of efficient encoding, decoding, and validation APIs.

v0.4.0

6 months ago

When decoding into any, ParseFlags can now be used to control decoding into any combination of uint64, int64, and *big.Int, in addition to the prior support for json.Number and float64. Choice of type will depend on each value encountered, and as before, when json.Number is requested, float64 will not be used.

v0.3.7

6 months ago

v0.3.6

1 year ago

What's Changed

Full Changelog: https://github.com/segmentio/encoding/compare/v0.3.5...v0.3.6

v0.3.5

2 years ago

What's Changed

Full Changelog: https://github.com/segmentio/encoding/compare/v0.3.4...v0.3.5

v0.3.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/segmentio/encoding/compare/v0.3.3...v0.3.4

v0.3.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/segmentio/encoding/compare/v0.3.2...v0.3.3

v0.3.2

2 years ago

v0.3.1

2 years ago

What's Changed

Full Changelog: https://github.com/segmentio/encoding/compare/v0.3.0...v0.3.1

v0.3.0

2 years ago

This release adds a new thrift package with encoder/decoder to work with the thrift format, including support for the binary and compact protocols.

v0.1.12

4 years ago