Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 22:58
· 49 commits to main since this release

Patch Changes

  • #248 fd5f850 Thanks @nmcdaines! - Fixes an issue whereby you aren't able to set additionalPropsDefaultValue from command line as false because the package expects it to be a boolean, however recieves a string value

  • #249 8dfb265 Thanks @nmcdaines! - Fix issue using discriminated union when there are multiple items within an allOf block by reverting to a union type for this case

  • #247 1e1dcd8 Thanks @tillschweneker! - When a property from an external json or yaml file starts with a number, e.g. 1st, instead of first, the generated Zod-Schema is corrupt. The change in the wrapWithQuotesIfNeeded method makes sure, that any property starting with a number is wrapped in quotes.