|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [v4.13.0] - 2023-05-24 |
| 6 | + |
5 | 7 | ### Added
|
6 | 8 |
|
7 |
| -- Added support for generating request and response bodies in correct XML format from mentioned examples. |
8 |
| -- Added support for validation of specifications in case of errors to report User input errors correctly. |
| 9 | +- Added support for generating request and response bodies in correct XML format from mentioned examples. |
| 10 | +- Added support for validation of specifications in case of errors to report User input errors correctly. |
9 | 11 |
|
10 | 12 | ### Fixed
|
11 | 13 |
|
12 |
| -- Fixed issue where conversion was stuck for certain schemas with pattern. |
13 |
| -- Fixed an issue where definition validation was not considering multiple white space characters. |
14 |
| -- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing. |
15 |
| -- Fixed issue where for certain path segments, collection generation failed. |
16 |
| -- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent. |
| 14 | +- Fixed issue where conversion was stuck for certain schemas with pattern. |
| 15 | +- Fixed an issue where definition validation was not considering multiple white space characters. |
| 16 | +- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing. |
| 17 | +- Fixed issue where for certain path segments, collection generation failed. |
| 18 | +- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent. |
17 | 19 |
|
18 | 20 | ## [v4.12.0] - 2023-05-04
|
19 | 21 |
|
@@ -560,7 +562,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
|
560 | 562 |
|
561 | 563 | - Base release
|
562 | 564 |
|
563 |
| -[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.12.0...HEAD |
| 565 | +[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.13.0...HEAD |
| 566 | + |
| 567 | +[v4.13.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.12.0...v4.13.0 |
564 | 568 |
|
565 | 569 | [v4.12.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.11.0...v4.12.0
|
566 | 570 |
|
|
0 commit comments