Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 430 Bytes

0.18.1.md

File metadata and controls

5 lines (4 loc) · 430 Bytes
  • Function Type.Enum(...) now expressed with anyOf. This to remove the allowUnionTypes configuration required to use enum with in AJV strict.
  • Function Type.Rec(...) now takes a required $id as the first parameter.
  • Function Type.Strict(...) no longer includes a $schema. Callers can now optionally pass CustomOptions on Type.Strict(...)