Skip to content

Releases: hashbangcode/curl_converter

1.3.2

01 Feb 23:18
f8cfad0

Choose a tag to compare

19: Fixed failing test after correcting json output.

1.3.1

01 Feb 23:14
b276948

Choose a tag to compare

19: Made sure that the json strings, when decoded, were properly escaped.

1.3.0

01 Feb 23:05

Choose a tag to compare

#19 Added the ability to extract JSON from the data attribute. Added tests to ensure this happens.
#19 Updated readme file.

1.2.0

02 Dec 23:23
a867f4d

Choose a tag to compare

Changes:

#16: Fixing data extraction issues.

1.1.0

20 Nov 22:13
00f9f8e

Choose a tag to compare

Changes:

  • #2: Added rudimentary PHP input handler.
  • #12: Fixed the PHP auth settings.
  • #3: Added curl output renderer and tests.
  • #9: Made the extract method throw an exception if a non curl string is passed to it.
  • #9: Refactored the CurlInput::extract function to have less duplicated code.
  • #9: Added github workflow to unit tests the application. Removed the added composer.lock file
  • #7: Reworked how the curl commands are parsed. Also added proxy to the list of flags that are detected. Allowed headers to be added individually. Added a couple of edge cases to the test suite.

1.0.2

20 Feb 20:18

Choose a tag to compare

Fixed a further issue from #1 where certain parameters were not included due to them being at the end of the string.

1.0.1

30 Oct 21:39

Choose a tag to compare

Fixed issue #1 where postman curl requests weren't extracted correctly., Also split up the regular expression to make it easier to maintain.

1.0.0

24 Jun 16:11

Choose a tag to compare

Fixing a few edge cases with data and http verbs. Also added some cod…