Merge branch 'release/1.2.6' into develop

This commit is contained in:
Vishal Shingala
2020-08-10 13:54:03 +05:30
3 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,14 @@
# OpenAPI-Postman Changelog
#### v1.2.5 (July 21, 2020)
* Fixed TypeError happening when null parameter value provided.
* Fixed an issue where suggested value for mismatch did not fix corresponding mismatch upon applying.
* Fixed issue where root path was not matched during validation.
* Fixed an issue where transaction was not matching if path had segment with fix and variable parts during valiadtion.
* Fixed issue where URL did not contain baseUrl as host when base url variables are present.
* Fixed issue where collection variable generated for path variables had empty values.
* Fixed issue where invalid deserialisation was happening for param style matrix.
* Added validation tests to improve code coverage.
#### v1.2.5 (July 21, 2020)
* Fixed incorrect variable name in schemapack.js.

2
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "1.2.5",
"version": "1.2.6",
"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",