Skip to content

Release 6.9.0

Compare
Choose a tag to compare
@anymaniax anymaniax released this 17 Jul 14:07
· 668 commits to master since this release

6.9.0 (2022-07-17)

Bug Fixes

  • clients: handling typescript option exactOptionalPropertyTypes (460d3bb)
  • dependabot (#401) (d5f62ae)
  • form-data: correctly handling array (9af1876)
  • generator: angular transform return types to map (9b0ef8f)
  • generators: clear return types on each generation (a663a17)
  • getters: route handling wildcard param (64d7a79)
  • imports: always split type and value (bd97425)
  • mock: no properties found replace {} by empty string (f55dafb)
  • mocks: combine with properties (899a8cb)
  • msw: improve route url generation (365b7ff)
  • query-params: add the possibility of required query params (d6f39f9)

Features

  • add delay parameter to override.mock (#431) (8f5e3a2)
  • config: add hooks (#459) (c594bac)
  • config: allow types to be used instead of interfaces (#400) (3abf56c)
  • core: add possibility to generate headers (6dbaa3f)
  • generator: add type discriminator to subtypes (#426) (048f594)
  • generators: add possibility to include and exclude content types (fde21ef)
  • openapi: support 3.1 (cd1c714)
  • query: add options to remove signal (a8023bc)
  • query: handle new react query feature notifyOnChangeProps (74c6350)
  • swr: add options in the orval config (734139d)
  • validation: upgrade dependencies (478270b)