Skip to content

Commit 45acf3b

Browse files
Sahil ChoudharySahil Choudhary
authored andcommitted
Released v4.2.0
1 parent 7e8f26c commit 45acf3b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# OpenAPI-Postman Changelog
22

3+
#### v4.2.0 (August 10, 2022)
4+
* Improved the way to detect a circular reference by adding a new condition
5+
* A schema that comes from an allOf parent then we now return the same schema instead of defaulting to a schema with type as object, and no other properties
6+
* The method resolveAllOf is executed when the current node is an allOf element.
7+
* Avoiding to set type as object when property's schema is an empty object.
8+
* Added OAuth2 flows and configuration support.
9+
* OAuth2 values now default to variables instead of hardcoded strings.
10+
311
#### v4.1.1 (July 29, 2022)
412
* Replaced Object.hasOwnProperty usages with loadsh _.has for safe access.
513

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-to-postmanv2",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
55
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
66
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",

0 commit comments

Comments
 (0)