Skip to content

Releases: rstcruzo/http.nvim

v0.3.1

29 Dec 00:46
Compare
Choose a tag to compare
Fix json body parsing with new lines

v0.3.0

24 Dec 01:52
Compare
Choose a tag to compare
Support fzf-lua

v0.2.5

14 Dec 17:13
Compare
Choose a tag to compare
fix: grammar did not support one array element with newlines

v0.2.4

01 Dec 12:38
Compare
Choose a tag to compare
Fix run request command

v0.2.3

01 Dec 12:25
Compare
Choose a tag to compare
Run jq on response before showing buffer to avoid flickering and fix

extmark id, sometimes was set to 0 and that's invalid in Neovim API.

v0.2.2

01 Dec 10:59
Compare
Choose a tag to compare
Fix grammar to support @ characters in url encoded values and requests

without new line at the end.

v0.2.1

22 Nov 23:46
baa5018
Compare
Choose a tag to compare

Verifying that the Tree-sitter grammar has errors is useful to make sure the request made is really the one the user wants to do. However, we only need to perform this check when executing a request, not when autocompleting variables, for instance.

This release fixes autocompletion when the tree is not yet fully valid.

v0.2.0

22 Nov 09:07
Compare
Choose a tag to compare

The custom grammar queries are now automatically installed by the plugin by cloning the repository grammar in the Neovim data path and then, the directory is added to the runtimepath. Updates can also be performed with the new :Http update_grammar_queries` user command.

v0.1.0

21 Nov 23:37
Compare
Choose a tag to compare
Initial release