Releases: ErikWittern/openapi-snippet
Releases · ErikWittern/openapi-snippet
Revise parameter handling for snippets
This version brings major improvements to handling parameters in snippets, thanks to amazing work by @michaelgwelch! It includes:
- Properly handle
examples
(#81) - Support for "exploding" parameters that with arrays / objects (#83)
- Resolve $ref nodes for header parameters (#84)
- Properly lookup parameter values both at path and then at path.method for all types of parameters (#85)
- Added support for cookie parameters, label and matrix style path parameters, space and pipe delimited query parameters, resolving references in example schemas
All above cases are supported by a solid suite of tests. Thanks again, @michaelgwelch!!!
v0.13.0
v0.12.1
v0.12.0
Add x-www-form-urlencoded media type examples support
v0.10.0
v0.9.3
- Support server overrides in paths / operations, thanks to @amitkgupta
- Bump dependencies to fix vulnerabilities
- Add Prettier for consistent code
v0.9.2
- Fix declaration of
library
aslet
to avoidTypeError
- thanks @ZinoKader
v0.9.1
- Resolve
$ref
in body (addresses #49, thanks @rohit-gohri) - Enable using placeholders in parameters defined per method (thanks @rohit-gohri)
- Address vulnerabilities
v0.9.0
- Fix error when using securityScheme of type
oauth2
withoutscheme
property (thanks @niteshhegde) - Add example values to URL parameters when present (thanks @RolphH)