Releases: hoppscotch/hopp-cli
hopp-cli 0.0.8
What's Changed
- add: aur packages by @ssiyad in #31
- Request body from stdin by @gbmor in #42
- Include arbitrary headers with a request by @gbmor in #43
- Dependencies, go version update, and Makefile fixes by @gbmor in #44
- Scoop install alternative for Windows by @aliesbelik in #47
- Implemented request-body data insertion through text-editor by @devblin in #45
- updated goreleaser.yml and added github action workflow by @BRO3886 in #49
New Contributors
- @ssiyad made their first contribution in #31
- @aliesbelik made their first contribution in #47
- @devblin made their first contribution in #45
- @BRO3886 made their first contribution in #49
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Changelog
7bc2111 ✨ API Doc Generation (#23)
f1b75a1 Add Support for Tabular Data and Headers (#22)
2e36870 Merge pull request #18 from arshchimni/fix-typo
b848064 Merge pull request #21 from hoppscotch/send-patch
9207d24 Remove Typo from Readme
a064870 Revise Help message 🍣 (#20)
89a7b19 Update git url
4ae116b [Refactor] Better SEND method
7fda6e7 [Refactor] Fixed a Linter Warning
bdfe632 [Refactor] Runs a Full Request : Send Method
v0.0.6
v0.0.5
v0.0.4
Changelog
9bc5505 🎉 Made the readme better with a Goreport
6ea227c Added a Send request Screenshot
4e31879 Merge pull request #10 from athul/error_bubbling
e7296b0 bubbling errors up to main() instead of panicking
fb3ec99 explicitly close response body
e46f57c fix install from script link
ce06aa4 sending errors to stderr
951fe12 test for checkURL
4ef9c82 validating URLs before sending requests
cee3b4d ✨ Add Support for XML and HTML docs
bcd2caa ✨ Add Support for XML and HTML docs
89c1840 ✨ Updated README with the Ctype references
ae46654 ✨Added Easier Content Type Setting
bd19b81 ✨Added a Better formatter for json
d8b54f6 ✨Makefile and setting version by tag (#11)
09cf675 💬🤝 Added checking for plain text
db9a07a 💬🤝 Extended to response of Plain and HTML/XML
d31deca 📝 Readme updates
ee73016 📦Added Shell Install Intructions
fe137f9 🔀Merge pull request #7 from gbmor-forks/url_validation
6f797bf 🔀Merge pull request #9 from athul/ctypes
426c416 🛠 Headers print in a single loop
16dfd70 🛠Updated the Formatting of GEt Request
649ff22 🛠Updated the Send Request Image
752994a 🛠goreleaser setting version with ldflags (#12)
v0.0.3
v0.0.2
v0.0.1
Changelog
0ed715e Add Support for POST method
aa4400e Add travis badge
6238bb1 Added Command for Basic Auth
00aacb3 Added Description for Flags
270289c Added Support for Bearer Token
c703f7b Added Support for Token and Basic Requests
4056eef Added Travis config and Goreleaser for Automation
21ed02c Basic POST methods
68a2452 Init
3a2b8c7 Merge pull request #1 from athul/upd
8a00220 Merge pull request #3 from athul/put
997a8f0 Removed bauth command
4267ca9 Updated Readme
1894fbf ⚒Minor Refactors
eccd3a7 ✨Add Homebrew Package
0db5a44 ✨Added Support for Basic Auth
e62d345 🌱 Add Support for DELETE method
4badcac 🌱 Added PUT method
304e2fa 🌱Added PATCH method
b2b98b9 📝 Better Color Outputs
a82e580 📝Formatted the Repsonse
2a84927 🔀Merge pull request #2 from athul/post
8d552a5 🛠Refactor: Reduced Functions