Skip to content

Releases: cedric05/dothttp-runner

v0.0.29

11 Sep 01:26
e111d44
Compare
Choose a tag to compare
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

01 Sep 03:48
Compare
Choose a tag to compare
Merge branch 'main' of github.com:cedric05/dothttp-runner into dev

v0.0.27

21 Aug 07:31
Compare
Choose a tag to compare
0.0.27 (minor update)

v0.0.26

15 Aug 04:58
c9a8706
Compare
Choose a tag to compare
Merge pull request #83 from cedric05/dev

Release 0.0.26

v0.0.25

25 Jun 23:47
Compare
Choose a tag to compare
update version

v0.0.24

20 Jun 12:55
Compare
Choose a tag to compare

Release 0.0.23 with lower version of vscode

v0.0.23

19 Jun 15:48
Compare
Choose a tag to compare
  • [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

17 Jun 15:49
57690f4
Compare
Choose a tag to compare
  • [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

11 Jun 00:13
Compare
Choose a tag to compare

[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

01 Jun 16:07
Compare
Choose a tag to compare
update readme