Skip to content

v0.3.0

Choose a tag to compare

@greeeg greeeg released this 26 Dec 17:01
· 57 commits to master since this release
v0.3.0
eff8ee4

This release contains some bug fixes & improvements related to real-life experimentation using Stripe & Twilio OpenAPI specs.

Features

  • Faster generation thanks to optional Prettier formatting (defaults to false)

Breaking changes

  • Generation functions use outputFilePath instead of outputPath

Bug fixes

  • Fix a bug related to circular refs when generating mock data
  • Fix nullable enums mock data generation
  • Fix nullable empty schemas mock data generation
  • Fix typed responses in API client & react-query hooks when schemas contain something else than application/json