Skip to content

Releases: AnWeber/httpyac

v2.12.0

30 May 18:57
Compare
Choose a tag to compare

Features

  • change signature of responseRef array
  • HttpSymbol provides property source
  • utils for http file output

v2.11.0

29 May 20:16
Compare
Choose a tag to compare

Features

  • add parser for response and responseRef

v2.10.0

24 May 12:28
Compare
Choose a tag to compare

Features

  • dependency updates of open, inquirer and dotenv

v2.9.0

18 May 19:15
Compare
Choose a tag to compare

Features

  • force inject variables with metadata setting (# @injectVariables)
  • update dependencies

v2.8.0

13 May 18:23
Compare
Choose a tag to compare

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

03 May 18:36
Compare
Choose a tag to compare

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

01 May 13:41
Compare
Choose a tag to compare

Features

  • toMarkdown with better option support and style change
  • httpClient is optional on httpyacApi.send

Fix

  • incomplete httpRegion.source fixed

v2.5.1

25 Apr 20:20
Compare
Choose a tag to compare

Fix

  • declaration support added

v2.5.0

25 Apr 19:40
Compare
Choose a tag to compare

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

15 Apr 19:53
Compare
Choose a tag to compare

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