Skip to content

Releases: AnWeber/vscode-httpyac

v6.14.0

01 Jun 20:24
c28a352
Compare
Choose a tag to compare

Features

Fix

  • prevent readFile Error log output on package.json search (#293)
  • disabled MetaData Handler checks disabled State on occurence of line in execution order (#292)
  • support Intellij Multiline FormUrlEncoded Syntax (AnWeber/httpyac#699)
  • better match .env files to ignore false positive like .envrc (AnWeber/httpyac#700)
  • change order in http.tmlanguage.json to support comment highlighting (AnWeber/httpyac#703)
  • fix end of response-line to support truncated response body (#295)
  • test runner indicator support disabled test using $cancel variable (#292)

v6.13.3

13 May 18:55
4030745
Compare
Choose a tag to compare

Fix

v6.13.2

01 May 19:44
676a52e
Compare
Choose a tag to compare

Fix

  • ensureUniqueId on merge (#280)
  • replace header variables after body variables to allow valide Request Signing (AnWeber/httpyac#684)

v6.13.1

29 Apr 19:21
9c28627
Compare
Choose a tag to compare

Fix

  • `$random.integer() returns valid integer (#277)
  • prevent executing wrong test after file change (#278)

v6.13.0

28 Apr 19:51
7914721
Compare
Choose a tag to compare

Features

  • update to new API Changes of Intellij Http Client
  • add support for OAuth2 Intellij API (#275)

v6.12.1

30 Mar 20:47
3a5555a
Compare
Choose a tag to compare

Features

  • use an environment for all files/tabs (#272)

Fix

  • implement indentation foldingrangeprovider for request body (#269)
  • request count ignores disabled region (AnWeber/httpyac#663)
  • show replaced expected value in test results to improve user experience (AnWeber/httpyac#663)

v6.12.0

17 Mar 19:55
8f24d06
Compare
Choose a tag to compare

Features

  • add folding range provider (#265)

Fix

  • call end() instead of cancel()on successful GRPC Client Streaming (#264)

v6.11.6

27 Feb 19:45
28fb588
Compare
Choose a tag to compare

Fix

  • replace grpc-reflection-js with grpc-js-reflection-client
  • fix order of log output in cli (AnWeber/httpyac#644)

v6.11.5

25 Feb 20:16
f9ece75
Compare
Choose a tag to compare

Fix

v6.11.4

02 Feb 20:45
Compare
Choose a tag to compare

Fix

  • Variable is replaced in multipart/form-data when file is injected (#258)