2.12.2
(fix): Generate correct types for pagination with inline types.
2.12.1
(fix): Generate property accessors for auth and pagination with ?. if the property is optional or nullable, and . if the property is required and non-nullable.
2.12.0
(feat): Add support for custom sections in the README.md via customSections config option.
2.11.2
(fix): Websocket client generation compiles when there are no query parameters and when the auth
scheme has custom authentication headers.