This release fixes:
- Resolve $ref in requestBody before processing #250 - thanks @schneiderlin
- Parameter aliases now work in nested schemas, and are computed lazily for performance in #248 thanks @marksto
This release adds:
- Support route name generation via :route-name-sources option, enabling use with APIs that lack operationId in #245, thanks @marksto
- Handle response status wildcard ranges (1XX through 5XX) as per the OpenAPI spec #251 - thanks @bombaywalla
Full Changelog: 0.2.1...0.2.2