Releases: cedric05/dothttp-runner
Releases · cedric05/dothttp-runner
v0.0.29
Better support for swagger import (#87) * Better support for swagger2/3 import * bump axios version to 0.21.2 (security update) * axios integrity * npm publish is taking forever
v0.0.28
Merge branch 'main' of github.com:cedric05/dothttp-runner into dev
v0.0.27
0.0.27 (minor update)
v0.0.26
Merge pull request #83 from cedric05/dev Release 0.0.26
v0.0.25
update version
v0.0.24
Release 0.0.23 with lower version of vscode
v0.0.23
- [Feature] Import Single Curl Request
- [Feature] Import Swagger (2.0 & 3.0, versions more than 3.0 might work not guaranteed )
- [Feature] Export http file to postman collection for easy sharing with peers
- [Improvement] Bump dothttp-cli to 0.0.25
v0.0.22
- [Feature] Restart dothttp-cli command
- [Improvement] save file before running (for http file, for notebook it will not try to save)
- [Bug] import postman shows error message in case of failure
- [Feature] supports vscode hovers(shows informational message on hovering in dothttp)
- [Feature] supports vscode definition(on clicking name, it will direct you to base definition)
- [Improvement] postman import with file(earlier it used to be link, now supports import via locally downloaded file)
- [Improvement] Bump dothttp-cli to 0.0.24
- [Improvement] import postman now supports 2.1.0 postman collection (also lot of bug fixes with import)
Release 0.0.21
[0.0.21]
[Improvement] Bump dothttp-cli to 0.0.23
[Feature] certificates pinning for sites
P12 (with password)
cert (with cert & optional key)
[Feature] Allow insecure requests
[Feature] Cleanup Session after request completion
[Improvement] Extend url from base (base_http url + target_def url)
[Improvement] Extend certificate, insecure, clear from base
[Improvement] expand url query to dothttp format
v0.0.20
update readme