0.12.0
(feat): Add support for discriminated unions.
0.11.0
(feat): The SDK now supports a bodyProperties and queryParameters request option, which can be used to add arbitrary properties to the request. This is useful for interacting with alpha or undocumented functionality.
0.8.0
(feat): Add automatic pagination support for endpoints that return a paginated response.
Here’s an example of how users can use paginated endpoints:
0.5.2
(fix): Update the endpoint generator to not require the in-lined request wrapper if it’s only composed of optional properties.
(fix): Update optional query parameters lists to be generated as an optional array instead of an array of optional values.
0.5.0
(feat): Add the __toString() magic method to all generated class types.
0.3.1
(fix): Improve multiline parameter docs by writing them above the tag, e.g.
0.2.3
(fix): Updates a variety of properties in the generated composer.json file, including:
- Pin guzzlehttp/guzzle to version ^7.4.
- Custom license support.
- Set
memory-limitto 1G in theanalyzescript.
0.2.2
(fix): Handle cross package type name deconfliction
0.2.1
(fix): Override escaped method names in the generated client.
0.2.0
(feat): Add support for multipart file uploads.