v1.8.1 - 2024-04-17
- Added support for determining raw body language based on content-type header.
v1.8.0 - 2024-01-17
- Fix for - #12349 Fixed issue where GraphQL requests were failing to send correct data.
- Fixed various TypeErrors that were occurring frequently for users.
v1.7.1 - 2023-07-17
v1.7.0 - 2023-06-27
- Fix for - #9941 Add method to identify GraphQL requests from body data
- Assigned user errors for various handled errors
v1.6.0 - 2023-04-17
- Add url validation in validate and convert functions
- GitHub Actions for Release management.
- Bumped up minimum Node version to 12.
- Unit tests now run on Node versions 12, 16 and 18.
v1.5.0 - 2023-03-31
- Fixed an issue where request generation failed for certain bash operators.
- Fixed an issue where cURL with comments described was converted incorrectly.
Newer releases follow the Keep a Changelog format.
- Fixed issue #7895 where cURL with no specific method defined for formdata type of body were not converted correctly.
- Fix for #8087 - Add support to convert digest and NTLM auth types
- Fix an issue where a correct error is thrown if curl string has invalid args
- Fixed issue #5182 where cURL in Windows cmd formats were not imported correctly.
- Changed regex to check for prefix space in url with query parameters for given curl string
- Updated how error was handled in case of malformed URL.
- Fixes #8433 - non-apostrophed ('...') url with multiple params support in cURL import.
- Fixed issue where file references were not present in imported cURL.◊
- Fixed issue where formdata value were not un-escaped correctly.
- Fixed issue where raw formdata string with boundary were not converted as formdata body.
- Fixed issue where escaped single character sequence were not correctly represented in request body.
- Fixed issue where some characters were not escaped correctly.
- Updated README with installation and use cases and added LICENSE.
- Added script for automating release process.
- Added getMetaData function in root exports
- Added a function to get meta data from a curl command.
- Fix for postmanlabs/postman-app-support#8292 - --data-urlencode now successfully imports body
- Fix for postmanlabs/postman-app-support#7806 - -X argument parses method correcrtly, not interfere with any other args
- Fix for postmanlabs/postman-app-support#7895 - --data-raw now successfully imports body
- Fix for postmanlabs/postman-app-support#2791 - not escaping single quotes correctly in the cURL commands
- Fix for postmanlabs/postman-app-support#7390 - removing unnecessary options from the cURL commands
- Fix for #1 - cURL commands with
$
prepended to arguments not importing correctly - Fix for #2 - the importer was using -X to determine method, not -d or --head
- Fix for #4 - Data parameters are added to the URL if the method is determined to be GET, PUT, or HEAD
- Updated dependency versions
- Updated lockfile for [email protected]
- First public (beta) release
- Conforming to the internal Postman plugin interface
- Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others