|
1 | 1 | # cURL to Postman Importer Changelog |
2 | 2 |
|
3 | | -#### v1.5.0 (March 31, 2023) |
4 | | -* Fixed an issue where request generation failed for certain bash operators. |
5 | | -* Fixed an issue where cURL with comments described was converted incorrectly. |
| 3 | +## [Unreleased] |
| 4 | + |
| 5 | +## [v1.6.0] - 2023-04-17 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Add url validation in validate and convert functions |
| 10 | +- GitHub Actions for Release management. |
| 11 | + |
| 12 | +### Changed |
| 13 | + |
| 14 | +- Bumped up minimum Node version to 12. |
| 15 | +- Unit tests now run on Node versions 12, 16 and 18. |
| 16 | + |
| 17 | +## [v1.5.0] - 2023-03-31 |
| 18 | + |
| 19 | +- Fixed an issue where request generation failed for certain bash operators. |
| 20 | +- Fixed an issue where cURL with comments described was converted incorrectly. |
| 21 | + |
| 22 | +## Previous Releases |
| 23 | + |
| 24 | +Newer releases follow the [Keep a Changelog](https://keepachangelog.com) format. |
6 | 25 |
|
7 | 26 | #### v1.4.0 (March 17, 2023) |
8 | | -* Fixed issue [#7895](https://github.com/postmanlabs/postman-app-support/issues/7895) where cURL with no specific method defined for formdata type of body were not converted correctly. |
| 27 | + |
| 28 | +- Fixed issue [#7895](https://github.com/postmanlabs/postman-app-support/issues/7895) where cURL with no specific method defined for formdata type of body were not converted correctly. |
9 | 29 |
|
10 | 30 | #### v1.3.0 (March 02, 2023) |
11 | | -* Fix for [#8087](https://github.com/postmanlabs/postman-app-support/issues/8087) - Add support to convert digest and NTLM auth types |
| 31 | + |
| 32 | +- Fix for [#8087](https://github.com/postmanlabs/postman-app-support/issues/8087) - Add support to convert digest and NTLM auth types |
12 | 33 |
|
13 | 34 | #### v1.2.0 (February 07, 2023) |
14 | | -* Fix an issue where a correct error is thrown if curl string has invalid args |
| 35 | + |
| 36 | +- Fix an issue where a correct error is thrown if curl string has invalid args |
15 | 37 |
|
16 | 38 | #### v1.1.3 (February 03, 2023) |
17 | | -* Fixed issue [#5182](https://github.com/postmanlabs/postman-app-support/issues/5182) where cURL in Windows cmd formats were not imported correctly. |
| 39 | + |
| 40 | +- Fixed issue [#5182](https://github.com/postmanlabs/postman-app-support/issues/5182) where cURL in Windows cmd formats were not imported correctly. |
18 | 41 |
|
19 | 42 | #### v1.1.2 (January 10, 2023) |
20 | | -* Changed regex to check for prefix space in url with query parameters for given curl string |
| 43 | + |
| 44 | +- Changed regex to check for prefix space in url with query parameters for given curl string |
21 | 45 |
|
22 | 46 | #### v1.1.1 (June 2, 2022) |
23 | | -* Updated how error was handled in case of malformed URL. |
| 47 | + |
| 48 | +- Updated how error was handled in case of malformed URL. |
24 | 49 |
|
25 | 50 | #### v1.1.0 (May 16, 2022) |
26 | | -* Fixes #8433 - non-apostrophed ('...') url with multiple params support in cURL import. |
| 51 | + |
| 52 | +- Fixes #8433 - non-apostrophed ('...') url with multiple params support in cURL import. |
27 | 53 |
|
28 | 54 | #### v1.0.0 (October 18, 2021) |
29 | | -* Fixed issue where file references were not present in imported cURL.◊ |
30 | | -* Fixed issue where formdata value were not un-escaped correctly. |
31 | | -* Fixed issue where raw formdata string with boundary were not converted as formdata body. |
32 | | -* Fixed issue where escaped single character sequence were not correctly represented in request body. |
33 | | -* Fixed issue where some characters were not escaped correctly. |
34 | | -* Updated README with installation and use cases and added LICENSE. |
35 | | -* Added script for automating release process. |
| 55 | + |
| 56 | +- Fixed issue where file references were not present in imported cURL.◊ |
| 57 | +- Fixed issue where formdata value were not un-escaped correctly. |
| 58 | +- Fixed issue where raw formdata string with boundary were not converted as formdata body. |
| 59 | +- Fixed issue where escaped single character sequence were not correctly represented in request body. |
| 60 | +- Fixed issue where some characters were not escaped correctly. |
| 61 | +- Updated README with installation and use cases and added LICENSE. |
| 62 | +- Added script for automating release process. |
36 | 63 |
|
37 | 64 | #### 0.5.1: Apr 29, 2020 |
38 | | -* Added getMetaData function in root exports |
| 65 | + |
| 66 | +- Added getMetaData function in root exports |
39 | 67 |
|
40 | 68 | #### 0.5.0: Apr 29, 2020 |
41 | | -* Added a function to get meta data from a curl command. |
| 69 | + |
| 70 | +- Added a function to get meta data from a curl command. |
42 | 71 |
|
43 | 72 | #### 0.4.0: Apr 21, 2020 |
44 | | -* Fix for https://github.com/postmanlabs/postman-app-support/issues/8292 - --data-urlencode now successfully imports body |
| 73 | + |
| 74 | +- Fix for <https://github.com/postmanlabs/postman-app-support/issues/8292> - --data-urlencode now successfully imports body |
45 | 75 |
|
46 | 76 | #### 0.3.0: Mar 27, 2020 |
47 | | -* Fix for https://github.com/postmanlabs/postman-app-support/issues/7806 - -X argument parses method correcrtly, not interfere with any other args |
| 77 | + |
| 78 | +- Fix for <https://github.com/postmanlabs/postman-app-support/issues/7806> - -X argument parses method correcrtly, not interfere with any other args |
48 | 79 |
|
49 | 80 | #### 0.2.0: Mar 11, 2020 |
50 | | -* Fix for https://github.com/postmanlabs/postman-app-support/issues/7895 - --data-raw now successfully imports body |
| 81 | + |
| 82 | +- Fix for <https://github.com/postmanlabs/postman-app-support/issues/7895> - --data-raw now successfully imports body |
51 | 83 |
|
52 | 84 | #### 0.1.0: Nov 22, 2019 |
53 | | -* Fix for https://github.com/postmanlabs/postman-app-support/issues/2791 - not escaping single quotes correctly in the cURL commands |
54 | | -* Fix for https://github.com/postmanlabs/postman-app-support/issues/7390 - removing unnecessary options from the cURL commands |
| 85 | + |
| 86 | +- Fix for <https://github.com/postmanlabs/postman-app-support/issues/2791> - not escaping single quotes correctly in the cURL commands |
| 87 | +- Fix for <https://github.com/postmanlabs/postman-app-support/issues/7390> - removing unnecessary options from the cURL commands |
55 | 88 |
|
56 | 89 | #### 0.0.5: Sep 3, 2019 |
57 | | -* Fix for https://github.com/postmanlabs/curl-to-postman/issues/1 - cURL commands with `$` prepended to arguments not importing correctly |
58 | | -* Fix for https://github.com/postmanlabs/curl-to-postman/issues/2 - the importer was using -X to determine method, not -d or --head |
59 | | -* Fix for https://github.com/postmanlabs/curl-to-postman/issues/4 - Data parameters are added to the URL if the method is determined to be GET, PUT, or HEAD |
| 90 | + |
| 91 | +- Fix for <https://github.com/postmanlabs/curl-to-postman/issues/1> - cURL commands with `$` prepended to arguments not importing correctly |
| 92 | +- Fix for <https://github.com/postmanlabs/curl-to-postman/issues/2> - the importer was using -X to determine method, not -d or --head |
| 93 | +- Fix for <https://github.com/postmanlabs/curl-to-postman/issues/4> - Data parameters are added to the URL if the method is determined to be GET, PUT, or HEAD |
60 | 94 |
|
61 | 95 | #### 0.0.4: June 5, 2019 |
62 | | -* Updated dependency versions |
63 | | -* Updated lockfile for [email protected] |
| 96 | + |
| 97 | +- Updated dependency versions |
| 98 | +- Updated lockfile for [email protected] |
64 | 99 |
|
65 | 100 | #### 0.0.3: May 29, 2019 |
66 | | -* First public (beta) release |
67 | | -* Conforming to the internal Postman plugin interface |
68 | | -* Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others |
| 101 | + |
| 102 | +- First public (beta) release |
| 103 | +- Conforming to the internal Postman plugin interface |
| 104 | +- Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others |
| 105 | + |
| 106 | +[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.6.0...HEAD |
| 107 | + |
| 108 | +[v1.6.0]: https://github.com/postmanlabs/curl-to-postman/compare/v1.5.0...v1.6.0 |
| 109 | + |
| 110 | +[v1.5.0]: https://github.com/postmanlabs/curl-to-postman/compare/1.4.0...1.5.0 |
0 commit comments