Skip to content

Commit 1bed818

Browse files
author
Conventional Changelog Action
committed
chore(release): v2.0.5
1 parent 0ed9bbf commit 1bed818

File tree

2 files changed

+5
-40
lines changed

2 files changed

+5
-40
lines changed

CHANGELOG.md

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.5](https://github.com/RapidAPI/httpsnippet/compare/v2.0.4...v2.0.5) (2022-03-17)
2+
3+
4+
15
## [2.0.4](https://github.com/RapidAPI/httpsnippet/compare/v2.0.3...v2.0.4) (2022-03-17)
26

37

@@ -14,42 +18,3 @@
1418

1519

1620

17-
# [2.0.0](https://github.com/RapidAPI/httpsnippet/compare/v1.19.1...v2.0.0) (2022-03-17)
18-
19-
20-
### Bug Fixes
21-
22-
* add check for existing clients ([4946569](https://github.com/RapidAPI/httpsnippet/commit/4946569f452f8f4d91de082992b006adb701c0d3))
23-
* bug where FormData in the js fetch target wasn't applied ([#202](https://github.com/RapidAPI/httpsnippet/issues/202)) ([200b1fd](https://github.com/RapidAPI/httpsnippet/commit/200b1fda75e9862577fc11883143a0f15545a8e7))
24-
* can't load the form-data polyfill in browsers because fs doesn't exist ([#184](https://github.com/RapidAPI/httpsnippet/issues/184)) ([0fc7f4a](https://github.com/RapidAPI/httpsnippet/commit/0fc7f4a42cafadf00d1f2c0463ac93f9a8e7258b))
25-
* coding against native FormData and form-data ([ce5f277](https://github.com/RapidAPI/httpsnippet/commit/ce5f277068951998cf48044a1a70f0c547666cea))
26-
* don't convert header names to lowercase ([#178](https://github.com/RapidAPI/httpsnippet/issues/178)) ([6afa231](https://github.com/RapidAPI/httpsnippet/commit/6afa231ec6bb30f47b19e08c7d4887637eef5d8e)), closes [#74](https://github.com/RapidAPI/httpsnippet/issues/74)
27-
* moving form-data usage over to using the native FormData object ([d493781](https://github.com/RapidAPI/httpsnippet/commit/d493781044108901b860c7ce374745bb244543fe))
28-
* node-fetch doesn't support the `qs` option ([#213](https://github.com/RapidAPI/httpsnippet/issues/213)) ([d82a992](https://github.com/RapidAPI/httpsnippet/commit/d82a9923cfdcfc67b1f10224e79b79ba04936495))
29-
* not sending form urlencoded properly in JS fetch snippets ([#218](https://github.com/RapidAPI/httpsnippet/issues/218)) ([6b85ba2](https://github.com/RapidAPI/httpsnippet/commit/6b85ba24b13241990fecae20eeae3c7d257cd415))
30-
* out of date regex that was causing readstreams to be stringified ([89177c3](https://github.com/RapidAPI/httpsnippet/commit/89177c34634c4481aab5ef1c0da1c6bbceb78a1f))
31-
* regression in header case-insensitivity ([#188](https://github.com/RapidAPI/httpsnippet/issues/188)) ([86e7b0e](https://github.com/RapidAPI/httpsnippet/commit/86e7b0e2e0cd9384db5d7dc7ed5608a1d4e3e7b3))
32-
* setting the form-data boundary when under node ([86c52ba](https://github.com/RapidAPI/httpsnippet/commit/86c52ba99e4ad36ecbd441d22f4ac525f7c9b39f))
33-
* updating the curl target to prioritize param.fileName ([ea50f99](https://github.com/RapidAPI/httpsnippet/commit/ea50f9909bf6a7d4325318578128abffdd8e27fb))
34-
* updating the node request target to prefer single quotes ([f98662c](https://github.com/RapidAPI/httpsnippet/commit/f98662c03ccf3875550d55cda9c51c263af27a36))
35-
* updating the node request target to prioritize param.fileName ([36a1a5b](https://github.com/RapidAPI/httpsnippet/commit/36a1a5bd97728b716cca6012d505946e1023b03a))
36-
* updating the node-fetch target to handle form-urlencoded requests ([#187](https://github.com/RapidAPI/httpsnippet/issues/187)) ([07d5ebf](https://github.com/RapidAPI/httpsnippet/commit/07d5ebfc2720d98693ba568447953e7b180ae5e2))
37-
* using `null` instead of `NULL` ([6dbb2b7](https://github.com/RapidAPI/httpsnippet/commit/6dbb2b70575fec160c417a74d49ab3fc613947bd))
38-
39-
40-
* chore(release bump) - Bump package.json to version 2.0.0 ([7fd160c](https://github.com/RapidAPI/httpsnippet/commit/7fd160c016d7b00aca923673004dcdcf4b5a0068))
41-
42-
43-
### Features
44-
45-
* cleaner python requests json snippets ([#189](https://github.com/RapidAPI/httpsnippet/issues/189)) ([e81f30a](https://github.com/RapidAPI/httpsnippet/commit/e81f30a56ab8c600d583d7e9706ec944f12c106f))
46-
* updating javascript targets to use `const` instead of `var` ([cd034d0](https://github.com/RapidAPI/httpsnippet/commit/cd034d030b2317898ce8d5e10cbf6ff643a438a8))
47-
* updating php targets to use `[]` instead of `array()` ([6a814ab](https://github.com/RapidAPI/httpsnippet/commit/6a814abe78af59849c07cdaf8cd51ef266d71c52))
48-
49-
50-
### BREAKING CHANGES
51-
52-
* removed support for Node < 10
53-
54-
55-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.4",
2+
"version": "2.0.5",
33
"name": "@rapidapi/httpsnippet",
44
"description": "HTTP Request snippet generator for *most* languages",
55
"author": "Ahmad Nassri <ahmad@mashape.com> (https://www.mashape.com/)",

0 commit comments

Comments
 (0)