Skip to content

Release 6.19.0

Compare
Choose a tag to compare
@anymaniax anymaniax released this 19 Oct 11:52
· 302 commits to master since this release

6.19.0 (2023-10-19)

Bug Fixes

  • core: fix ref import file (#955) (69280a3)
  • make order of imports and object properties deterministic (#965) (a4cca88)
  • useNamedParameters: use operationName instead of operationId (#953) (8a458ca)

Features

  • msw: allow regex for entire paths instead of only property names (#957) (9a4ce8f)
  • orval: allow custom baseUrl for each OpenAPI specification (#968) (8a12c3d)
  • react-query: add option to generate suspense query (83e567b)

Performance Improvements

  • utils: caches pascal function generated strings (#962) (1899009)