Skip to content

Releases: jhannes/openapi-generator-typescript-fetch-api

0.3.0 support fetch options for all API operations

25 Jul 20:35
Compare
Choose a tag to compare
  • All operations generated from the spec now accept optional RequestCallOptions arguments which are passed to fetch
  • Upgrade openapi-generator to 5.4.0

0.2.9 204 responses to generate optionally undefined promise results

25 Jul 20:36
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag openapi-generator-typescript-fetc…

…h-api-0.2.9

Create tuples instead of arrays for arrays with maxlength <= 5

27 May 17:31
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag openapi-generator-typescript-fetc…

…h-api-0.2.8

🐞 Errors should have correct name for `toString()` and have messages possibly containing payload message

27 May 17:32
Compare
Choose a tag to compare

modeTest should permit template to override boolean "false" values

27 May 17:33
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag openapi-generator-typescript-fetc…

…h-api-0.2.6

Handle single element enums as constants, support Java 17

27 May 17:35
Compare
Choose a tag to compare

Upgrade of generator broke Handlebars, so we added a workaround

Support oneOf spec definitions in modelTest

27 May 17:35
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag openapi-generator-typescript-fetc…

…h-api-0.2.3

Upgrade openapi-generator to 5.2.0

27 May 17:36
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag openapi-generator-typescript-fetc…

…h-api-0.2.2

Remove indirection between API methods and native fetch method in generated code

27 May 17:37
Compare
Choose a tag to compare

Improve generation of API-classes

27 May 17:40
Compare
Choose a tag to compare
  • Simplify security schemes to maximize chance of success with new security scheme types
  • #4 support style and explode options for array query parameters
  • #3 support additional fetch-parameters in BaseAPI constructor