Enhance JSON schema generator, especially about AJV mode.
Also, @webNeat enhanced validate()
function a little bit faster.
What's Changed
- Enhance
Object.toJSON()
type. by @samchon in #659 - Fix samchon/nestia#394 - intersection type in JSON schema by @samchon in #662
- Improve the performance of validate by @webNeat in #663
- JSON schema to consider
Date
asstring (@format date-time)
by @samchon in #664 - Enhance JSON schema type for AJV mode by @samchon in #668
- Optimize
is()
function by enhanced inlining by @samchon in #670 - Enhance
IJsonSchema.ITuple
type. by @samchon in #672
New Contributors
Full Changelog: v4.0.6...v4.1.0