Skip to content

Releases: pfeiferj/vscode-hurl

v1.3.4

14 Sep 21:30
b42439e
Compare
Choose a tag to compare
  • Latest tree-sitter-hurl with fixes for comments without a new line character

v1.3.3

31 Jul 02:33
ba55321
Compare
Choose a tag to compare

Update to latest tree-sitter-hurl with fixes for comments with no characters (thanks @pravic !)

v1.3.2

23 Mar 14:49
Compare
Choose a tag to compare
  • Latest tree-sitter-hurl with fixes for multiline strings and comments at beginning of file

v1.3.1

23 Mar 14:06
Compare
Choose a tag to compare
  • Add support for comments and brackets (Thanks @smithamax!)
  • Show stderr in case of error exit code (Thanks @carlo-colombo!)

v1.3.0

22 Aug 04:00
Compare
Choose a tag to compare
  • Handle hurl v4 custom http methods and missing and new filters
  • Fixes comment highlighting

v1.2.2

05 Jul 15:01
Compare
Choose a tag to compare
  • Fixes highlighting failures due to grammar issues and API changes. (Thanks @cailloumajor for alerting me!)

v1.2.1

04 Jul 20:02
Compare
Choose a tag to compare

Handle additional options: (Thanks @elbart!)

  • compressed
  • path_as_is
  • proxy

v1.2.0

04 Jun 22:57
Compare
Choose a tag to compare

Handle hurl v3 http version syntax ("HTTP" instead of "HTTP/*")

v1.1.2

24 Dec 03:50
Compare
Choose a tag to compare
  • Fixes new line parsing issues for some syntax nodes

v1.1.1

24 Dec 03:22
Compare
Choose a tag to compare
  • Support all hurl.dev front page examples.