v0.3.0
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
outputFilePathinstead ofoutputPath
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-queryhooks when schemas contain something else thanapplication/json