Released v2.10.1

This commit is contained in:
Vishal Shingala
2021-08-18 16:44:15 +05:30
parent f1177835ec
commit a935fbe4d0
3 changed files with 5 additions and 2 deletions

View File

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

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

View File

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