Released v2.14.0

This commit is contained in:
Vishal Shingala
2022-01-31 15:29:35 +05:30
parent 13beeefb50
commit 837b3b767d
3 changed files with 8 additions and 2 deletions

View File

@@ -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
View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "2.13.0",
"version": "2.14.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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",