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