ubjson

Go package for working with Universal Binary JSON - http://ubjson.org/

MIT License

Stars
12

Bot releases are hidden (Show)

ubjson - v1.3.1 Latest Release

Published by jmank88 almost 3 years ago

What's Changed

Full Changelog: https://github.com/jmank88/ubjson/compare/v1.3.0...v1.3.1

ubjson - v1.3.0

Published by jmank88 almost 3 years ago

What's Changed

Full Changelog: https://github.com/jmank88/ubjson/compare/v1.2.1...v1.3.0

ubjson - v1.2.1

Published by jmank88 almost 3 years ago

What's Changed

Full Changelog: https://github.com/jmank88/ubjson/compare/v1.2.0...v1.2.1

ubjson - v1.2.0

Published by jmank88 over 6 years ago

  • Disallow decoding containers strongly typed as No-Op: #12
ubjson - v1.1.0

Published by jmank88 over 6 years ago

  • Struct tag support ubjson:"tag"
  • Discard unknown fields during decoding
  • Fuzz testing bug fixes
  • New Decoder option MaxCollectionAlloc prevents abuse by limiting the size of arrays/slices/maps
ubjson - v1.0.1

Published by jmank88 about 7 years ago

  • bug fix: handle map value encoding errors
  • bug fix: disallow map keys which are not String kind
  • improvement: leverage go1.9 reflect.MakeMapWithSize
  • improvement: better error messages
ubjson - v1.0.0

Published by jmank88 about 7 years ago

v1.0.0