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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### Added
6
+
7
+
- Fixed issue [#31](https://github.com/postmanlabs/openapi-to-postman/issues/31#issuecomment-1481258315) Added support for enableOptionalParameters option in v2 interface.
8
+
9
+
### Fixed
10
+
11
+
- Fixed issue [#11835](https://github.com/postmanlabs/postman-app-support/issues/11835) where Accept header was not present in Example request.
12
+
- Fixed issue where conversion was failing with RangeError in case of non-schema circular refs.
13
+
- Fixed issue where conversion was failing with TypeError by safer lodash functions usage.
14
+
- Fixed issue where TypeErrors were happening for null/undefined params.
0 commit comments