Releases: talis-fb/legacy_TReq
Releases · talis-fb/legacy_TReq
Release v0.4.0
- Add a suite of unit and e2e tests. Making possible to fixing bugs and problemns about file handlers and stranges behavior.
- Complete refactor of File handlers, FilesFacades and the command to open External Editor.
- Fixing a lot of bugs about file handler, editing variables, deleting tabs, editing url, etc......
Minor Features
- Add
TREQ_EDITOR
special environment variable to set a specific editor for TReq
Details:
talis-fb/TReq#13
Hotfix v0.3.1
Release v0.3.0
Features/Improvement
- Add support to use variables in body or Url of request.
- Used Tera for template-language to use these variables
- Add screen to edit these variables. Opened by
gv
command.
Details: talis-fb/TReq#11
Release v0.2.1
Features/Improvement
- Enable editing with a cursor in input block (used for edit url or tab name). It's now possible to move along the text typed.
Bugs Fixes
- Panic when some command returned a Err. For example: When press 'r' to reload a file of edit didn't createad yet.
- When goes down beyond limit in help screen.
- Subcommands don't working.
Release v0.2.0
Features:
- Initial screen of welcome with instruction of usage
- Visual response when submit a request. It shows the duration of wait
- It's possible to cancel submits waiting response
- Refactor of view rendering and Command Handler (more on details)
Details:
talis-fb/TReq#8
Release v0.1.11
Complete Refactor of View System, without any visual change yet
Details: talis-fb/TReq#6
Release v0.1.10
Features:
- Welcome screen in first openig
- Add command to switch to a Tab before
Fixes:
- Bug on deletes of tab in some cases