Releases: AnWeber/httpyac
Releases · AnWeber/httpyac
v6.8.0
v6.7.1
Fix
- complete activeEnvironment refactor (AnWeber/vscode-httpyac#230)
- add filename to processedHttpRegion
v6.7.0
Feature
- allow change of active Environment in provided context (AnWeber/vscode-httpyac#225)
- allow setting channelCredentials in header using
string
(#553) - support using require in inline template
Fixes
- improvements to completionItem API (AnWeber/vscode-httpyac#224)
v6.6.7
Fixes
- reenable Http Header completion (AnWeber/vscode-httpyac#223)
v6.6.6
v6.6.5
v6.6.4
Fixes
- support return of null in variable replacement (#513)
- allow for variable use in $pick picklists:
{{ $pick ask-variable? $value: data }}
(#537) - pre request in intellij format is executed before variable replacer (#534)
- allow removal of UserAgent Header (httpyac/httpyac.github.io#70) using script
{{@request
request.headers["User-Agent"] = undefined
}}