1.4.0
(feat): Add support for receiving raw response headers from API calls with the new WithRawResponse client field
for multipart/form-data endpoints.
1.2.0
(feat): Add support for generating README.md when filesystem publishing is enabled.
0.38.0
(feat): Add support for the useReaderForBytesRequest configuration option, which generates
io.Reader request parameters instead of []byte request parameters.
0.37.5
(fix): Add support for the custom introduction setting in the generated README.md.
0.37.4
(fix): Fix an issue where enum values containing double quotes were not properly escaped in generated code.
0.37.3
(fix): Install the generator-cli at build time as a fallback if runtime installation fails.