Merge pull request #476 from postmanlabs/release/3.0.0

Release/3.0.0
This commit is contained in:
Umesh Pathak
2022-02-14 12:58:35 +05:30
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# OpenAPI-Postman Changelog
#### v3.0.0 (Feb 11, 2022)
* Add support for OpenAPI 3.1.x https://www.openapis.org/blog/2021/02/18/openapi-specification-3-1-released.
* Separated schemUtils into common, 3.1, and 3.0 specific files.
* Added a new internal option for supporting Webhooks: `includeWebhooks`
* Added support for $schema through ajv for various JSON Schema drafts.
#### v2.14.0 (January 31, 2022)
* Fixed issue where for certain collection requests validateTransactions() provided missing path varaible in request even though it was present.
* Fixed issue where we threw TypeError for undefined parameters.

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "3.0.0-beta.7",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "3.0.0-beta.7",
"version": "3.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",