Skip to content

Commit c677bb3

Browse files
author
Ankit Saini
authored
Merge pull request #613 from postmanlabs/master
Release 1.2.1
2 parents 5f4267d + d8f0ff6 commit c677bb3

File tree

5 files changed

+26
-74
lines changed

5 files changed

+26
-74
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v1.2.1 (April 26, 2022)
2+
* Add label for 'R' language
3+
4+
v1.2.0 (April 22, 2022)
5+
* Add new codegens - php-guzzle, R-httr, R-rcurl
6+
* Fix issue with pipeline failing due to updated version of RestSharp
7+
* Fix for - [502](https://github.com/postmanlabs/postman-code-generators/issues/502) Allow GET method to have a body in java-okhttp if present in input request
8+
* Fix for - [476](https://github.com/postmanlabs/postman-code-generators/pull/476) Properly escape already escaped double quotes in curl body
9+
110
v1.1.5 (May 10, 2021)
211
* Fixed an issue with how JSON bodies are shown in code snippets for Ruby, C#, and Dart.
312

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ List of supported code generators:
3535
| Objective-C| NSURLSession|
3636
| OCaml | Cohttp |
3737
|PHP | cURL |
38+
|PHP | Guzzle |
3839
|PHP | pecl_http |
3940
|PHP | HTTP_Request2 |
4041
| PowerShell | RestMethod |
4142
| Python | http.client |
4243
| Python | Requests |
44+
| R | httr |
45+
| R | RCurl |
4346
| Ruby | Net:HTTP |
4447
| Shell | Httpie |
4548
| Shell | wget |

lib/assets/languageLabels.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"nodejs": "NodeJs",
1919
"ocaml": "OCaml",
2020
"shell": "Shell",
21-
"dart": "Dart"
21+
"dart": "Dart",
22+
"r": "R"
2223
}

package-lock.json

Lines changed: 11 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)