CHANGELOG
- 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 postmanlabs#1 - cURL commands with
$
prepended to arguments not importing correctly - Fix for postmanlabs#2 - the importer was using -X to determine method, not -d or --head
- Fix for postmanlabs#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 npm@6.4.1
- First public (beta) release
- Conforming to the internal Postman plugin interface
- Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others