Releases: pfeiferj/vscode-hurl
Releases · pfeiferj/vscode-hurl
v1.3.4
- Latest tree-sitter-hurl with fixes for comments without a new line character
v1.3.3
Update to latest tree-sitter-hurl with fixes for comments with no characters (thanks @pravic !)
v1.3.2
- Latest tree-sitter-hurl with fixes for multiline strings and comments at beginning of file
v1.3.1
- Add support for comments and brackets (Thanks @smithamax!)
- Show stderr in case of error exit code (Thanks @carlo-colombo!)
v1.3.0
- Handle hurl v4 custom http methods and missing and new filters
- Fixes comment highlighting
v1.2.2
- Fixes highlighting failures due to grammar issues and API changes. (Thanks @cailloumajor for alerting me!)
v1.2.1
Handle additional options: (Thanks @elbart!)
- compressed
- path_as_is
- proxy
v1.2.0
Handle hurl v3 http version syntax ("HTTP" instead of "HTTP/*")
v1.1.2
- Fixes new line parsing issues for some syntax nodes
v1.1.1
- Support all hurl.dev front page examples.