decodeJSON
error when usingOverwrite
with{xxx: Date}
- Update dependencies
- Infinite loop when using
encodeJSON
if there are circular reference in types.
- Missing
errMsg
ondecodeJSON
- Add
errPhase
to return type ofdecode
method
- Support validate
keyof
types (by @774653363)
- Fixed encode error when union type members has optional property
NonNullable
cannot be encoded and decoded when as a property in interface
- Support
keyof
- Support using type alias in
Pick
andOmit
- Support
Pick<Intersection>
andOmit<Intersection>
cjs
tojs
to fixreact-scripts@5
- Remove unused code from
Base64Util
(Thanks @JasonZhou) - Update
Utf8CoderJs
from latest protobuf.js (Thanks @JasonZhou)
encodeJSON
would convertDate
tostring
- Fixed bug that
encodeJSON
not transformObjectId
tostring
- Add
encodeJSON
anddecodeJSON
- Default option of
strictNullChecks
changed tofalse
CustomTypeSchema
supportscustomTypes
support for constructor options ofTSBuffer
- IDBlock: 2Bit LengthType