Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

88 lines (55 loc) · 3.69 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


0.3.1 - 2023-12-18

Bug Fixes

  • parse quoted url, set default http:// scheme for url (#3) - (1149953) - Evgeniy Tatarkin
  • code format - (fc3ae2b) - Tyr Chen

Other

  • Update CHANGELOG.md - (ada544e) - Tyr Chen
  • add location option (#1)

Hi I just want to add the location option to the code It probably does not do much besides replacing the url, but the thing is a curl generated by Postman always have the --location option, which I think is something to think about. Not that versed in Rust and Pest yet, so please improve my code if able. Also, I just add the ---request option along with the -X And should the curl request have data but it is a GET, it should be automatically converted to a POST. Thank you.


Co-authored-by: Cường Nguyễn (Software Engineer) cuong.nguyen4@be.com.vn Co-authored-by: Tyr Chen tyr.chen@gmail.com - (52ed623) - ffleader1

  • bump version to 0.3.1 - (cd6ee9d) - Tyr Chen
  • Update CHANGELOG.md - (19f850d) - Tyr Chen

0.3.0 - 2023-12-18

Miscellaneous Chores

  • update deps and bump version to 0.3 - (6861c72) - Tyr Chen

Other

  • Update CHANGELOG.md - (a8cc54d) - Tyr Chen

0.2.1 - 2023-02-09

Bug Fixes

  • disable json feature for minijinja - (9632f1c) - Tyr Chen

Other

  • Update CHANGELOG.md - (0c7e942) - Tyr Chen

0.2.0 - 2023-02-09

Features

  • support template rendering so that variables in curl command could be pre-processed - (26d7054) - Tyr Chen

Other

  • Update CHANGELOG.md - (258b0bf) - Tyr Chen

0.1.1 - 2023-02-09

Miscellaneous Chores

  • remove user-agent - (163d9e3) - Tyr Chen

[0.1.0] - 2023-02-09

Features

  • MVP to convert curl command to a ParsedRequest - (d62e21b) - Tyr Chen

Other

  • Update CHANGELOG.md - (b55a4e5) - Tyr Chen