Skip to content

v3.0.6

Compare
Choose a tag to compare
@WoH WoH released this 29 Apr 20:07
· 917 commits to master since this release
8723a83

For Upgrades from 2.5, please visit our new docs

Changelog for Beta

Fixed bugs:

  • typescript union should be implemented as anyOf #671

Closed issues:

  • Nullable enums should contain the value null #668
  • mapped type: Record\<'foo', string\> #653
  • Composite types give error on swagger codegen #649

Merged pull requests:

  • dimitor115/feature/handle-object-in-decorators #674 (dimitor115)
  • Use anyOf for TS Unions #673 (WoH)
  • Schema Naming: Avoid tilde, escape double quotes properly #672 (WoH)
  • Nullable unions without enum #670 (fantapop)
  • fix: validate additionalProperties #669 (Eywek)
  • Chore: Deps #667 (WoH)
  • feat: handle Record\<\> mapped type #662 (Eywek)