Releases: SoftInstigate/http-shell
Releases · SoftInstigate/http-shell
v0.1.0
HTTP Shell v0.1.0
First production ready release
Change Log
v0.0.3
HTTP Shell v0.0.3
Updates to Kui 9.1.0 that brings inline Sidecar and enhance help http-shell by sections, navigations and click-executable example.
Change Log
- Update notebooks (614f30a)
- Bump to v0.0.3 (9088208)
- Make all examples in help clickable (e850cd9)
- Update kui to v9.1.0 (602bf58)
- Merge pull request #2 from myan9/help-http-shell (e4222ef)
- Enhance help http-shell by sections, navigations and click-executable example (bee20b7)
- Allow URLs without protocol and only limited to port number in 'h set ' (e5a6058)
- Prefix all commands with 'h', e.g. 'h get coll' (cce548f)
- Merge pull request #1 from myan9/mediatype (739784b)
- fix: get media type is not parsed correctly (71e6af5)
- Add missing fileds (7669aa1)
- Create ISSUE_TEMPLATE.md (c85c594)
- Create CONTRIBUTING.md (7e3e4d0)
- Create LICENSE.txt (65a9f54)
- Update README.md (464c07a)
- Update README.md (8fcbaf0)
- Update README.md (320dbb5)
- Update README.md (d65e7dc)
- Update status of BasicAuthenticationWidget when executing 'reset auth' (e2beaa6)
v0.0.2
HTTP Shell v0.0.2
This release provides better error messages (command usage) and more secure basic authentication credentials input form
Change Log
v0.0.1
HTTP Shell v0.0.1
This is the first MVP release with following features:
- support for HTTP methods
GET
,POST
,PUT
,PATCH
,DELETE
,OPTIONS
- write request body can be read from file
- status widgets display current base url and current basic authentication id
- supported response content type include
application/json
,text/html
,text/xml
,application/xml
- support for basic authentication
- request headers can be read, set and cleared only globally (for all requests)
- response body displayed on Sidecar
- error response displayed on Sidecar
- include following kui plugins: plugin-core-support, plugin-client-common, plugin-bash-like, plugin-git, plugin-carbon-themes, , plugin-proxy-support
Change Log
- 3faa8d9 (HEAD -> master, tag: v0.0.1, origin/master, origin/HEAD) Update image on Welcome notebook
- 389a922 Renamed to HTTP Shell
- 9a03f74 Update screenshot in README
- 9ff4065 Renamed to HTTP Cli
- 6152ea3 Indent json body
- 7c963fe Handle different content types
- 30d0be1 Better error message whene request terminates unexpectly
- 5b1bba7 Add reset auth cmd
- 5d7461b Update kui to v9.0.0
- 85f4aa0 Add build instruction to README
- 531e6df Add commands: post, delete, optioms, patch, put, set header, get headers, cleart headers
- ffb8b85 Add post command, improve response view
- f8f8d76 Change prompt and improved help
- ae3c5cf Replace unirest with superagent as http client library
- dd0b551 Remove npm dependency to removed plugin-test
- 1e7eec2 Fix license headers
- 0b9ba54 Remove plugin-test
- 87e66cc Add widgets to open help window and to display current set url, client id
- 18d6892 Update about menu
- 2a614ec Update to Kui 8.12.2
- 82e16f6 Update README.md
- e1cbee0 Clarify how to get usage help on README
- 65a0dbe Fix cmds after refactoring
- 10b933d Refactor commands code into lib/cmds dir
- 90b8253 Use UsageModel to document available commands
- 94c534f Add image to README
- 2dc8863 Initial commit
- 8c934c4 Initial commit