mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Released v2.14.0
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# OpenAPI-Postman Changelog
|
||||
|
||||
#### v2.14.0 (January 31, 2022)
|
||||
* Fixed issue where for certain collection requests validateTransactions() provided missing path varaible in request even though it was present.
|
||||
* Fixed issue where we threw TypeError for undefined parameters.
|
||||
* Fixed issue where $ref in additionalProperties created issue with validation.
|
||||
* Fixed issue where content-type with wild characters resulted in mismatches for valid collection headers.
|
||||
|
||||
#### v2.13.0 (December 08, 2021)
|
||||
* Fixed issue where validation agaist collection failed for collection with larger request name.
|
||||
* Added support for composite schema during validation flow.
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "2.13.0",
|
||||
"version": "2.14.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "2.13.0",
|
||||
"version": "2.14.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