mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Released v4.1.1
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# OpenAPI-Postman Changelog
|
||||
|
||||
#### v4.1.1 (July 29, 2022)
|
||||
* Replaced Object.hasOwnProperty usages with loadsh _.has for safe access.
|
||||
|
||||
#### v4.1.0 (July 20, 2022)
|
||||
* Fixed issue where conversion was failing for definitions with info object as null.
|
||||
* Fixed issue where generated collection did not have correct examples value from XML type of content.
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"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