mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Released v2.7.0
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# OpenAPI-Postman Changelog
|
||||
|
||||
#### v2.7.0 (May 14, 2021)
|
||||
* Added support for no-auth as auth in collection when empty object is specified in OAS.
|
||||
* Bumped up dependencies and dev-dependencies.
|
||||
|
||||
#### v2.6.0 (May 05, 2021)
|
||||
* Fixed issue where nested objects present in parameters caused validation mismatches.
|
||||
* Fixed issue in schema faker where schema with property named deafult was faked incorrectly.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-to-postmanv2",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.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",
|
||||
|
||||
Reference in New Issue
Block a user