Releases: cedric05/dothttp
Releases · cedric05/dothttp
Release v0.0.16
0.0.16 release (#71) - triple quote string in json - randomStr subs bug fix - 0.0.15 regression
release v0.0.15
release 0.0.15 (#68) * header is not generated for curl generation * fix issue with content execute https://github.com/cedric05/dothttp-runner/issues/51 * content name handler
release 0.0.14
release 0.0.14 (#62) - [x] multiline curl - [x] suggest mimetype from file_extension - [x] fix failing tests errantly
v0.0.13
v0.0.12
v0.0.11
v0.0.10 release
- [new] loadable minimal package for dothttp-wasm
- [new] content execute
- [bug] http def generated when executing didn't have query
- [new] provide url and method for symbol tree
dothttp v0.0.7
release 0.0.7 (#30) run target even if other targets properties are unresolved postman import support other methods "TRACE" , "COPY" , "LINK" , "UNLINK", "PURGE" , "LOCK" , "UNLOCK", "PROPFIND" , "VIEW" magic python package is not mandated json variables for json doc ```http json({ {{x}} : 'ram' }} ``` earlier variable x always have to be string. now its accepted
master: Dev (#9)
* prog name * better error reporting * added logging for better tracking * in middle of json * more tasks * json payload complete * in middle of adding tests * allow comments in json for property file * added few simple test cases. * json test cases. need to add substituion tests * `python -m unittest` will test all * substitution tests complete. need to work on json comments. * substitution tests complete * few fixes * added placeholder for tests. * added placeholder for tests. * fix bugs found by tests * info logs * command line property error * basic auth, cookie * in middle of installable package * dothttp-cli installable package, single file, folder * docker publish to github * update workflow * fix name * release to github * formatter * fix tests * json format fix * stdout for formatting. grouping commandline args. * - default headers defined in prop file - property value in http file itself - property syntax with double paranthesis - comments - payload 's data should support json - -> form input * fixed few tasks from #4 * fix formatting for data section when input is json * in middle of pyoxidizer * property validation, json file validation, cookie save failure proceed * whitespace is ignored, unless specified in quotes. for in file variable substitutions * readme and bug fix for propertys * add few unit tests * add tests, few are more direct need to add more assertions * test output of curl and formatter. * Update Dockerfile * using multiple files, pyinstaller, workable in most unix * windows docker file * formatter has issues with comments. need to rewrite from beginning * few formatting fixes * extension link * pipfile * bugs reporting * fix query params bug * added substituion tests * fix bugs found via test cases * bug with multiple substitutions * print output path * experimental phase, of string matching * alphanumeric then write normally otherwise go for double or single quotes * http file issue * fix github actions * Update TASKS.md * formatter has issues with comments. need to rewrite from beginning * update version * setup.py fix requirements, add console package * setup.py fix requirements, add console package * update README.md * platform specific * next steps * initial extension phase * added error handling in response * naming requests, only useful in ide * multiple requests in same file, although i prefer not to have in that manner. but hey * fix exception message * trailing ',' are allowed now in data and json. so, no problem commenting few params * add license (#8) * calling http.http is bad, changed it to urlwrap and adding trailing ',' to data, files, json