Skip to content

Releases: moznion/openapi-fetch-gen

v0.4.0

23 May 14:20
4849e34
Compare
Choose a tag to compare

Enhancements

  • feat: add option to use operationId for method names in generated client #26 @wozozo

Maintenance

v0.3.2

24 Apr 03:52
b1acc6c
Compare
Choose a tag to compare

Minor Fixes

  • Export schema types through the components["schemas"] #14 @moznion

v0.3.1

24 Apr 02:33
83c851f
Compare
Choose a tag to compare

Minor Fixes

  • Replace hyphens in generated schema names #13 @moznion

v0.3.0

24 Apr 02:07
0b42c5f
Compare
Choose a tag to compare

New Features

  • Export schema types from the generated client #12 @moznion

v0.2.1

24 Apr 02:05
2784e7a
Compare
Choose a tag to compare

New Features

Maintenances

v0.2.0

21 Apr 13:10
e61ea66
Compare
Choose a tag to compare

Breaking Changes

[BREAKING CHANGE] Support the default HTTP header by generic type in the generated client instead of CLI option #5 - @moznion

v0.1.1

20 Apr 08:19
0cbec79
Compare
Choose a tag to compare

Tweak

  • Do not remove the .d.ts extension from the schema imported in generated client #4 - @moznion

v0.1.0

20 Apr 04:53
2bb129b
Compare
Choose a tag to compare

New Features

v0.0.2

18 Apr 08:32
64c8bc5
Compare
Choose a tag to compare

(Technically) Initial release