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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [v1.14.0] - 2024-10-10
6
+
7
+
### Fixed
8
+
9
+
- Fix for - [#5330](https://github.com/postmanlabs/postman-app-support/issues/5330) Added support for usage of --data-binary flag when using long format option for body type binary.
10
+
11
+
- Fix for - [#540](https://github.com/postmanlabs/postman-code-generators/issues/540) Curl codesnippet's JSON body must follow multiLine option's configuration.
12
+
5
13
## [v1.13.0] - 2024-09-11
6
14
7
15
### Fixed
@@ -176,7 +184,9 @@ v1.0.0 (May 29, 2020)
176
184
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
177
185
- Fix snippet generation for powershell and jquery, where form data params had no type field
This module converts a [Postman SDK](https://github.com/postmanlabs/postman-collection) Request [Object](https://www.postmanlabs.com/postman-collection/Request.html) into a code snippet of chosen language.
11
11
@@ -52,7 +52,7 @@ List of supported code generators:
0 commit comments