You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### Added
6
+
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
+
10
+
### Fixed
11
+
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.
0 commit comments