Skip to content

Releases: AnWeber/httpyac

v6.5.0

11 Jun 19:29
Compare
Choose a tag to compare

Features

Fixes

v6.4.6

09 Jun 19:46
Compare
Choose a tag to compare

Fixes

v6.4.5

04 Jun 18:42
Compare
Choose a tag to compare

Fixes

v6.4.4

23 May 19:40
Compare
Choose a tag to compare

Fixes

  • # @jwt metadata parsedBody matches body (#454)
  • allow comment in last line of script (#454)
  • ignore region names which are not valid Javascript Variables (#455)

v6.4.3

16 May 18:22
Compare
Choose a tag to compare

Fixes

  • request method detection supports only uppercase character to prevent false positives (#447)

v6.4.2

07 May 18:11
Compare
Choose a tag to compare

Fixes

  • reuse current NodeJS Context instead of creating custom Context to allow use of crypto in NodeJS@20 (#437)

v6.4.1

01 May 10:38
Compare
Choose a tag to compare

Fixes

v6.4.0

29 Apr 19:55
Compare
Choose a tag to compare

Features

  • add support for custom plugins in httpFileStore initialization (AnWeber/vscode-httpyac#186)
  • add modifier $input-askonce to ask only once for $input (#436)

Fixes

  • ensure deletion of additional body properties (prettyPrintBody, parsedBody, rawBody), if body property is modified (AnWeber/httpbook#84)

v6.3.4

30 Mar 18:42
Compare
Choose a tag to compare

Fixes

  • response is correctly parsed with HttpSymbolKind.Response
  • Markdown and Asciidoctor Files are parsed correctly in CLI (#425)

v6.3.3

23 Mar 20:42
Compare
Choose a tag to compare

Fixes

  • allow async/await syntax in code snippets (#398)
  • unable to use variable as graphql input (#421)

Contributors

thx to @yanghua-ola and @nimatrueway