Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Releases: hoppscotch/hopp-cli

hopp-cli 0.0.8

01 Feb 17:27
Compare
Choose a tag to compare

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

Full Changelog: v0.0.7...v0.0.8

v0.0.7

26 Nov 18:05
7bc2111
Compare
Choose a tag to compare

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

25 Aug 07:20
aeabcbc
Compare
Choose a tag to compare

Changelog

aeabcbc Merge pull request #16 from hoppscotch/hopp-cli
1ce67cb Move to Hopp-cli
33b1fd8 Update README.md
fa9fbbe 📝 readme: change name postwoman to Hoppscotch (#14)

v0.0.5

17 Feb 04:26
Compare
Choose a tag to compare

Changelog

08b4847 ✨🛠 Decoupled Functions and Readme Updates
60e6580 📝🛠💬🤝🔀Decoupling functionality to make unit testing easier in the future (#13)
ec53e37 📝🛠🔀Decoupling functionality to make unit testing easier in the future (#13)

v0.0.4

14 Feb 18:02
752994a
Compare
Choose a tag to compare

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

05 Feb 16:56
Compare
Choose a tag to compare

Changelog

b429674 Removed Defer
1e702f7 ✨Added Support for one-letter flags
3e2f533 🛠 Added Important Text
f2f276a 🛠Removed the URL flags and updated error logs

v0.0.2

01 Feb 06:20
Compare
Choose a tag to compare

Changelog

c75a2a7 Made GET requests Working
a3bb359 Made it Working
77a5658 ✌︎Added MIT License and Typo Fixes
ebcb9f0 🌱 New Send Feature
a303eff 🎨Colors....Yay
347dbbb 🔀Send Method added | Merge pull request #4 from athul/test
f2c8af7 🛠 Removed Comments and Link fixes

v0.0.1

29 Jan 10:17
Compare
Choose a tag to compare

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