Features
- add
--tag
support to cli to only execute httpRegion with defined tag (AnWeber/httpyac#693) - add support to search for test tags in vscode (AnWeber/httpyac#693)
Fix
- prevent readFile Error log output on package.json search (#293)
- disabled MetaData Handler checks disabled State on occurence of line in execution order (#292)
- support Intellij Multiline FormUrlEncoded Syntax (AnWeber/httpyac#699)
- better match .env files to ignore false positive like
.envrc
(AnWeber/httpyac#700) - change order in http.tmlanguage.json to support comment highlighting (AnWeber/httpyac#703)
- fix end of response-line to support truncated response body (#295)
- test runner indicator support disabled test using
$cancel
variable (#292)