Releases: jhannes/openapi-generator-typescript-fetch-api
Releases · jhannes/openapi-generator-typescript-fetch-api
0.3.0 support fetch options for all API operations
- All operations generated from the spec now accept optional
RequestCallOptions
arguments which are passed tofetch
- Upgrade openapi-generator to 5.4.0
0.2.9 204 responses to generate optionally undefined promise results
openapi-generator-typescript-fetch-api-0.2.9 [maven-release-plugin] copy for tag openapi-generator-typescript-fetc…
Create tuples instead of arrays for arrays with maxlength <= 5
openapi-generator-typescript-fetch-api-0.2.8 [maven-release-plugin] copy for tag openapi-generator-typescript-fetc…
🐞 Errors should have correct name for `toString()` and have messages possibly containing payload message
- New feature: TestSampleData with unspecified (unknown) object types
modeTest should permit template to override boolean "false" values
openapi-generator-typescript-fetch-api-0.2.6 [maven-release-plugin] copy for tag openapi-generator-typescript-fetc…
Handle single element enums as constants, support Java 17
Upgrade of generator broke Handlebars, so we added a workaround
Support oneOf spec definitions in modelTest
openapi-generator-typescript-fetch-api-0.2.3 [maven-release-plugin] copy for tag openapi-generator-typescript-fetc…
Upgrade openapi-generator to 5.2.0
openapi-generator-typescript-fetch-api-0.2.2 [maven-release-plugin] copy for tag openapi-generator-typescript-fetc…
Remove indirection between API methods and native fetch method in generated code
- Support optional query and header parameters