# Changelog All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. --- ## [0.3.1](https://github.com/tyrchen/curl-parser/compare/v0.3.0..v0.3.1) - 2023-12-18 ### Bug Fixes - parse quoted url, set default http:// scheme for url (#3) - ([1149953](https://github.com/tyrchen/curl-parser/commit/1149953ecd024664828f44c84908e47e278762dd)) - Evgeniy Tatarkin - code format - ([fc3ae2b](https://github.com/tyrchen/curl-parser/commit/fc3ae2bead0c7c1c109e113676e496d9766ebf29)) - Tyr Chen ### Other - Update CHANGELOG.md - ([ada544e](https://github.com/tyrchen/curl-parser/commit/ada544ed56106a6ee229b5d362429a55b7266be6)) - 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```](https://reqbin.com/req/c-g5d14cew/curl-post-example). Thank you. --------- Co-authored-by: Cường Nguyễn (Software Engineer) Co-authored-by: Tyr Chen - ([52ed623](https://github.com/tyrchen/curl-parser/commit/52ed6235fa91643c3dfa3602670bbe53ec053592)) - ffleader1 - bump version to 0.3.1 - ([cd6ee9d](https://github.com/tyrchen/curl-parser/commit/cd6ee9dbec7e0802d284dadbd4724dae59e9d247)) - Tyr Chen - Update CHANGELOG.md - ([19f850d](https://github.com/tyrchen/curl-parser/commit/19f850d99034e3670527f128b7a998b1db2297ce)) - Tyr Chen --- ## [0.3.0](https://github.com/tyrchen/curl-parser/compare/v0.2.1..v0.3.0) - 2023-12-18 ### Miscellaneous Chores - update deps and bump version to 0.3 - ([6861c72](https://github.com/tyrchen/curl-parser/commit/6861c72d721e409398fd366936e3062a66dc8878)) - Tyr Chen ### Other - Update CHANGELOG.md - ([a8cc54d](https://github.com/tyrchen/curl-parser/commit/a8cc54d38e9f3334fefbbf33ab9e90cd82fdc2ab)) - Tyr Chen --- ## [0.2.1](https://github.com/tyrchen/curl-parser/compare/v0.2.0..v0.2.1) - 2023-02-09 ### Bug Fixes - disable json feature for minijinja - ([9632f1c](https://github.com/tyrchen/curl-parser/commit/9632f1c93e149bf58ee2a227f004e602019d2588)) - Tyr Chen ### Other - Update CHANGELOG.md - ([0c7e942](https://github.com/tyrchen/curl-parser/commit/0c7e942c289b1ab539794b2be9f5713d440ac783)) - Tyr Chen --- ## [0.2.0](https://github.com/tyrchen/curl-parser/compare/v0.1.1..v0.2.0) - 2023-02-09 ### Features - support template rendering so that variables in curl command could be pre-processed - ([26d7054](https://github.com/tyrchen/curl-parser/commit/26d7054f8c5fbf56d3c57ad8008503e775efe6f3)) - Tyr Chen ### Other - Update CHANGELOG.md - ([258b0bf](https://github.com/tyrchen/curl-parser/commit/258b0bf872ae99d380a526cec862f9b46e99c2eb)) - Tyr Chen --- ## [0.1.1](https://github.com/tyrchen/curl-parser/compare/v0.1.0..v0.1.1) - 2023-02-09 ### Miscellaneous Chores - remove user-agent - ([163d9e3](https://github.com/tyrchen/curl-parser/commit/163d9e301ffb9dda0325bcf4fac1053873f5cc95)) - Tyr Chen --- ## [0.1.0] - 2023-02-09 ### Features - MVP to convert curl command to a ParsedRequest - ([d62e21b](https://github.com/tyrchen/curl-parser/commit/d62e21bddbccd74efb0edae69146183105150348)) - Tyr Chen ### Other - Update CHANGELOG.md - ([b55a4e5](https://github.com/tyrchen/curl-parser/commit/b55a4e519b0124bd4f65b4784fca9183c2fa1fcb)) - Tyr Chen