mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Merge branch 'release/1.2.6' into develop
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user