Merge branch 'release/2.9.0' into develop

This commit is contained in:
Vishal Shingala
2021-07-16 14:09:32 +05:30
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# OpenAPI-Postman Changelog # OpenAPI-Postman Changelog
#### v2.9.0 (July 16, 2021)
* Fixed issue where params with style deepObject were converted to only one level of key-value pair.
#### v2.8.0 (June 29, 2021) #### v2.8.0 (June 29, 2021)
* Add a new argument in input object 'origin' to handle browser specific changes. * Add a new argument in input object 'origin' to handle browser specific changes.
* Added handling for type errors encountered on sentry. * Added handling for type errors encountered on sentry.

2
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "openapi-to-postmanv2", "name": "openapi-to-postmanv2",
"version": "2.8.0", "version": "2.9.0",
"description": "Convert a given OpenAPI specification to Postman Collection v2.0", "description": "Convert a given OpenAPI specification to Postman Collection v2.0",
"homepage": "https://github.com/postmanlabs/openapi-to-postman", "homepage": "https://github.com/postmanlabs/openapi-to-postman",
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues", "bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",