Skip to content

0.7.3

Compare
Choose a tag to compare
@teobler teobler released this 30 Sep 01:11
· 85 commits to main since this release
  • (new feature) support nullable schema
  • (minor change) remove useless keyof typeof keyword for enum type
    • previous: { someField: keyof typeof EnumType }
    • now: { someField: EnumType }
  • (bug fix) fix cannot generate enum type in definition issue