vscode-httpyac

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code

MIT License

Stars
235

Bot releases are visible (Hide)

vscode-httpyac - v2.21.0

Published by AnWeber over 3 years ago

Features

  • add pretty print for xml in exchange body (#56)

Fix

  • missing blank line after file import in multipart/formdata (Anweber/httpyac#57)
vscode-httpyac - v2.20.0

Published by AnWeber over 3 years ago

Features

  • allow loop one requests multiple times with for <var> of <iterable>, for <count> or while <condition>

Fix

  • error in dotenv import with .env.{{system}} notation (#51)
  • use right default comment behavior in script blocks (#52)
  • line break issue with comment in last line (Anweber/httpyac#56)
  • do not open httpyac output log automatically (Anweber/httpbook#28)

Breaking

  • update of extension api to allow simple send requests with sendContext (Preparation for enviroment determination refactoring)
vscode-httpyac - v2.19.0

Published by AnWeber over 3 years ago

Features

  • simple escaping of template strings in body with \{\{...\}\} (is replaced with {{...}})
  • add test result summary, if more requests are executed at the same time
  • add timings, testResults, meta data to code lens in response Preview
vscode-httpyac - v2.18.1

Published by AnWeber over 3 years ago

Fix

  • fix error with global variables (Anweber/vscode-httpyac#48)
vscode-httpyac - v2.18.0

Published by AnWeber over 3 years ago

Features

  • add new meta data @noRejectUnauthorized, to disable ssl verification
  • add better json schema support in settings and file .httpyac.json
  • improve error for SSL Validation error
  • add completion for new meta data
vscode-httpyac - v2.17.0

Published by AnWeber over 3 years ago

Fix

  • fixed parser, if global variable is used in first line (Anweber/vscode-httpyac#45)
  • http2 needs to explicitly activated (second attempt:-))
  • multiple user-agent header removed
vscode-httpyac - v2.16.2

Published by AnWeber over 3 years ago

Features

  • support start entries contribution (VSCode Insiders)
  • support more command arguments (TextDocument, TextEditor, Uri)
vscode-httpyac - v2.16.1

Published by AnWeber over 3 years ago

Fix

  • activation on new file command
vscode-httpyac - v2.16.0

Published by AnWeber over 3 years ago

Features

  • customize textdecoration provider

Fix

  • error while using metadata followRedirect fixed
  • http2 needs to explicitly activated
vscode-httpyac - v2.15.1

Published by AnWeber over 3 years ago

Fix

  • fix gql (wrong Execution Order)
vscode-httpyac - v2.15.0

Published by AnWeber over 3 years ago

Features

  • add default accept header /
  • faster parsing with lazy access of fs
vscode-httpyac - v2.14.1

Published by AnWeber over 3 years ago

Fix

  • update normalize-url
  • fix Protocol "https:" not supported. Expected "http:" (disable http2)
vscode-httpyac - v2.14.0

Published by AnWeber over 3 years ago

Features

  • decorationProvider supports borderlines around region
  • better test method support

Fix

  • error parsing body in inline response
vscode-httpyac - v2.13.1

Published by AnWeber over 3 years ago

Fix

  • error parsing http version in inline response
vscode-httpyac - v2.13.0

Published by AnWeber over 3 years ago

Features

  • assertUtils for simple tests

Fix

  • empty line after requestline not needed anymore
vscode-httpyac - v2.12.5

Published by AnWeber over 3 years ago

Features

  • new setting httpyac.environmentStoreSelectedOnStart to store last used env

Fix

  • region delimiter ignore chars after delimiter
vscode-httpyac - v2.12.4

Published by AnWeber over 3 years ago

Fix

  • error on require local javascript file
vscode-httpyac - v2.12.3

Published by AnWeber over 3 years ago

Fix

  • fix types issue
vscode-httpyac - v2.12.1

Published by AnWeber over 3 years ago

Features

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

Fix

  • Spelling mistake in symbol
  • small error in Http version output
vscode-httpyac - v2.12.0

Published by AnWeber over 3 years ago

Features

  • update to httpyac 2.12.0
Related Projects