Merge pull request #307 from postmanlabs/release/2.0.0

Released v2.0.0
This commit is contained in:
Vishal Shingala
2020-10-15 13:30:14 +05:30
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
# OpenAPI-Postman Changelog
#### v2.0.0 (October 15, 2020)
* Updated minimum supported node version to v8.
* Fixed issue where schemas in allOf were not resolved correctly.
* Added support for options in CLI converter.
* Bumped up few dev-dependency versions.
#### v1.2.7 (September 9, 2020)
* Fixed issue where schema type object with no properties reolved to string.
* Fix for [#8474](https://github.com/postmanlabs/postman-app-support/issues/8474) - Unable to validate primitive data types in req/res body.

2
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "1.2.7",
"version": "2.0.0",
"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",