Skip to content

Commit 941d334

Browse files
authored
Merge pull request #658 from postmanlabs/release/1.3.0
Release v1.3.0
2 parents 4b9adb9 + b452e3d commit 941d334

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.3.0 (December 16, 2022)
2+
* Update C# restsharp codegen to support (107)[https://restsharp.dev/v107/]
3+
* Fixes an issue where HTTP code snippet was generating wrong boundaries (11084)[https://github.com/postmanlabs/postman-app-support/issues/11084]
4+
* Fixes an issue with Axios code snippets not including maxBodyLength param
5+
16
v1.2.1 (April 26, 2022)
27
* Add label for 'R' language
38

@@ -61,4 +66,4 @@ v1.0.1 (Jun 29, 2020)
6166
v1.0.0 (May 29, 2020)
6267
- Add axios framework support
6368
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
64-
- Fix snippet generation for powershell and jquery, where form data params had no type field
69+
- Fix snippet generation for powershell and jquery, where form data params had no type field

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-code-generators",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Generates code snippets for a postman collection",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)