mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Released v2.10.1
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# OpenAPI-Postman Changelog
|
||||
|
||||
#### v2.10.1 (August 18, 2021)
|
||||
* Added new internal option "stackLimit" to define nesting level till which schema gets resolved.
|
||||
|
||||
#### v2.10.0 (August 06, 2021)
|
||||
* Fixed issue where invalid cached schemas were being used for resolution.
|
||||
* Fixed issue where example values with pm variable syntax were not picked up in conversion.
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "2.10.0",
|
||||
"version": "2.10.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "2.10.0",
|
||||
"version": "2.10.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