Releases: rodrigoscc/http.nvim
Releases · rodrigoscc/http.nvim
v0.4.1
v0.4.0
Present response in a single window Body and headers can be switched between by pressing <Tab>.
v0.3.2
Fix first installation process. It should now go well first try without issues.
v0.3.1
Fix json body parsing with new lines
v0.3.0
Support fzf-lua
v0.2.5
fix: grammar did not support one array element with newlines
v0.2.4
Fix run request command
v0.2.3
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
Fix grammar to support @ characters in url encoded values and requests without new line at the end.
v0.2.1
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.