All notable changes to the "hurl" extension will be documented in this file.
- Latest tree-sitter-hurl with fixes for comments without a new line character
- Latest tree-sitter-hurl with fixes comments with no characters (Thanks @pravic!)
- Latest tree-sitter-hurl with fixes for multiline strings and comments at beginning of file
- Add support for comments and brackets (Thanks @smithamax!)
- Show stderr in case of error exit code (Thanks @carlo-colombo!)
Handle hurl v4 custom http methods and missing and new filters.
- Fixes comment highlighting
Fix failure from api changes. (Thanks @cailloumajor for alerting me!)
Handle additional options: (Thanks @elbart!)
- compressed
- path_as_is
- proxy
Handle hurl v3 http version syntax ("HTTP" instead of "HTTP/*")
New line handling fixes.
Add support for all front page examples on hurl.dev.
Colorize output of hurl in vscode panel.
Update to tree-sitter-hurl to correct parsing issue with the http version token
- Initial release