- edited description
Some options are not well designed:
UbjsonDecoderOptions.useTypedArrays
has a default valuetrue
. This is nonsense. Although it is a useful feature, this must be opt-in, not opt-out.- Rename
onlyTypedArray
inUbjsonEncoderOptions.optimizeArrays
to grammatically more correctonlyTypedArrays
.
[BREAKING CHANGE]
Milestone: v1.0.0