mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Released v2.12.0
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# OpenAPI-Postman Changelog
|
||||
|
||||
#### v2.12.0 (October 14, 2021)
|
||||
* Fixed issue where conversion failed with type error if header example was null.
|
||||
* Fixed issue where validation was giving INVALID_TYPE instead of MISSING_IN_REQUEST if path variable is not present in transaction.
|
||||
* Fix issue where json and xml lanugages were not detected from the example request body content type
|
||||
* Set param type in request to file if schema type is string and format is binary in binary body type.
|
||||
* Handle the case when request body is of type string and format binary in form-data body type.
|
||||
* Fixed path variable conversion in collection's examples.
|
||||
|
||||
#### v2.11.0 (September 28, 2021)
|
||||
* Fixed issue where genberated collection contained response code as null.
|
||||
* Added option to manage implicit headers.
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
|
||||
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
|
||||
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",
|
||||
|
||||
Reference in New Issue
Block a user