Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.6 KB

CHANGELOG

0.5.1: Apr 29, 2020

  • Added getMetaData function in root exports

0.5.0: Apr 29, 2020

  • Added a function to get meta data from a curl command.

0.4.0: Apr 21, 2020

0.3.0: Mar 27, 2020

0.2.0: Mar 11, 2020

0.1.0: Nov 22, 2019

0.0.5: Sep 3, 2019

  • 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

0.0.4: June 5, 2019

  • Updated dependency versions
  • Updated lockfile for npm@6.4.1

0.0.3: May 29, 2019

  • First public (beta) release
  • Conforming to the internal Postman plugin interface
  • Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others