Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 849 Bytes

changelog.md

File metadata and controls

28 lines (16 loc) · 849 Bytes

1.7.5

  • parse {} as Type.Unknown() src

1.7.4

  • support unions containing objects and/or arrays src

1.7.3

  • always quote properties to avoid futher issues with regex missing out on uncommon naming schemes. src

1.7.2

  • allow array schemas that don't specify a type for the array items. src

1.7.1

  • fix typebox code generation for JSON schemas which use property names like (without the quotes) "@test", "1", or "some with spaces".

src

1.7.0

  • ensure generation of $id as schema option in resulting typebox code (#33) src