Releases: visola/go-http-cli
Releases · visola/go-http-cli
v1.3.0
1.3.0 (2023-11-18)
Feature
- add completion for zsh (a724220)
- allow insecure http requests with -k option or in profile and requests (caad974)
- limit number of requests that can be added (6f233a2)
- execute post processing script for added request (6ef19ae)
- stop request chain if post processing error (e463529)
Fix
- fix post processing script from named request (ab0297d)
- process variables in URL encoded form body (d299054)
- Fix upload artifacts to release (12d3a96)
- Improve output spacing (2f0f8bd)
- show GET when request method is missing (ccaeb2a)
Refactor
- print post processing output for each request (e87744c)
- move post process to request level (b612386)
Chore
- update build script to use main (4aebc67)
- remove old doc gen tool (cc002cf)
- remove deprecated call to WriteFile (547e1d0)
- create environment correctly for executing command when in integration test (7a24cb5)
- update to go 1.21 (c13498b)
- make test fail instead of blow up (4e79e5e)
- use Go 1.15 to build (9c1e3a2)
- fixes build instructions in README (8423f01)
- fix github workflow to use new cicd packaging (33e13cc)
- compile all binaries, create package and upload (bdf5d71)
- fix release action (07c800e)
- link to build from readme (8258126)
- update build badge to point to github actions (6646a56)
- fix github action with correct slug (a25a665)
- rename build action (4e5bfff)
- add github action to build (91d5b54)
- fix release script to use travis.com (7f430f9)
- Add debug information to release script (ff030ff)
- fix build script semantic-release command (e88edd6)
- add semantic release to travis build (035afbe)
- add version to final package (814e7c3)
- remove -x option in build script (ba5a4ec)
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.5
v1.0.4
v1.0.3
1.0.3 (2019-09-26)
Chores
- build: fix build script semantic-release command (e88edd6)
- build: add semantic release to travis build (035afbe)
- build: add version to final package (814e7c3)
- build: remove -x option in build script (ba5a4ec)
Bug Fixes
- output: show GET when request method is missing (ccaeb2a)