Skip to content

Commit b64d910

Browse files
author
Vishal Shingala
committed
Merge branch 'release/1.2.7' into develop
2 parents 927dbe3 + 901ce48 commit b64d910

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# OpenAPI-Postman Changelog
2-
#### v1.2.5 (July 21, 2020)
2+
#### v1.2.7 (September 9, 2020)
3+
* Fixed issue where schema type object with no properties reolved to string.
4+
* Fix for [#8474](https://github.com/postmanlabs/postman-app-support/issues/8474) - Unable to validate primitive data types in req/res body.
5+
* Added support for handling correct media types which were throwing mismatches for validation.
6+
* Added support for internal $ref resolution in validation flows.
7+
* Fixed issue where parameter resolution was "schema" when "example" was specified.
8+
* Add supported formats for schema resolution (deref).
9+
* Fix for [#7643](https://github.com/postmanlabs/postman-app-support/issues/7643), [#7914](https://github.com/postmanlabs/postman-app-support/issues/7914), [#9004](https://github.com/postmanlabs/postman-app-support/issues/9004) - Added support for Auth params in response/example.
10+
* Bumped up multiple dependecies and dev-dependencies versions to keep them up-to-date.
11+
* Updated code coverage tool from deprecated istanbul to nyc.
12+
13+
#### v1.2.6 (August 10, 2020)
314
* Fixed TypeError happening when null parameter value provided.
415
* Fixed an issue where suggested value for mismatch did not fix corresponding mismatch upon applying.
516
* Fixed issue where root path was not matched during validation.

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": "1.2.6",
3+
"version": "1.2.7",
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)