Releases: AnWeber/httpyac
Releases · AnWeber/httpyac
v2.12.0
Features
- change signature of responseRef array
- HttpSymbol provides property source
- utils for http file output
v2.11.0
Features
- add parser for response and responseRef
v2.10.0
Features
- dependency updates of open, inquirer and dotenv
v2.9.0
Features
- force inject variables with metadata setting (
# @injectVariables
)
- update dependencies
v2.8.0
Features
- allow custom filesystem provider (e.g. vscode.workspace.fs)
- add support for mimetype application/x-javascript
- update dotenv to 9.0.2
v2.7.0
Features
- all markdown utils exported
- reuse parser promise on same version and filename
Fix
- use shared env on empty environment array
- delimiter ignored on source of httpregion
v2.6.0
Features
- toMarkdown with better option support and style change
- httpClient is optional on httpyacApi.send
Fix
- incomplete httpRegion.source fixed
v2.5.1
Fix
- declaration support added
v2.5.0
Breaking Changes
- Action method changed to process instead of processor
- VariableReplacer changed to object with replace method, to implement better trust support
Features
- better static code analysis
- interactive mode, which do not close cli command
- glob pattern support for filename
- rest client dynamic variable support ($guid, $randomInt, $timestamp, $datetime, $localDatetime, $processEnv, $dotenv)
Fix
- ref and forceRef support is fixed
- error on executing httpRegionScript
v2.4.0
Features
- better test method support
- refactored response in script to http response instead of body
Fix
- intellij env support enabled
- unnecessary file parse when using ref in vscode