Skip to content

Releases: rodrigoscc/http.nvim

v0.4.1

03 Feb 00:05
Compare
Choose a tag to compare
Fix outdated update_grammar_queries callback signature

v0.4.0

02 Feb 18:37
4223cf8
Compare
Choose a tag to compare
Present response in a single window

Body and headers can be switched between by pressing <Tab>.

v0.3.2

01 Feb 21:36
Compare
Choose a tag to compare

Fix first installation process. It should now go well first try without issues.

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.