Releases: jmank88/ubjson
Releases · jmank88/ubjson
v1.2.0
- Disallow decoding containers strongly typed as No-Op: #12
v1.1.0
- 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
v1.0.1
- 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