1.8.0 (2024-10-29)
- add new command to from current entry to end (3b81a31)
- config: add file_root directory configuration option (c502953), closes #195
- utils: improve error logging and notifications (807b6ff)
1.7.1 (2024-08-24)
- error when closing the result buffer and trying to reopen it (#188) (ddce6f8)
- split: remove redundant buffer name setting (88dd2ff)
1.7.0 (2024-08-01)
- add response time calculation to hurl requests (9cd1fd0)
- hurl.nvim: add support for fixture variables (993c640)
- show response time on virtual text (043a7de), closes #153
- support --json flag for display response time (f5874ea)
- popup: show popup after content population for proper alignment (809891e)
1.6.0 (2024-07-11)
1.5.2 (2024-06-25)
1.5.1 (2024-06-10)
1.5.0 (2024-05-28)
- hurl: add buffer name for split response window (#163) (fbc1377)
- hurl: use global config for finding environment files (6d40061)
- history: add early return for missing response headers (29af39b)
1.4.0 (2024-05-02)
- add HurlShowLastResponse command to show last request response (1075110)
- hurl.nvim: add variable editing functionality in HurlManageVariable buffer (7e56e3f)
1.3.1 (2024-03-28)
1.3.0 (2024-03-19)
- http_utils: add support for finding HTTP verbs in buffer for stable neovim (c10a905)
- hurl.nvim: improve treesitter parser detection and warnings (00d76db)
- hurl: add support for global variables (d67e972)
- popup: add show_text function and refactor commands (4408df9)
1.2.1 (2024-03-14)
- add case-insensitive content-type header detection (89ea4d4)
- hurl: Improve HurlRunnerToEntry command and remove unnecessary log (4d4e4ff)
1.2.0 (2024-03-14)
- hurl: add spinner to indicate request progress (0e307f3)
- HurlRunnterToEntry using treesitter (8885e2f)
1.1.3 (2024-03-13)
- revert to find verb instead of treesitter parser (1bb1106)
1.1.2 (2024-03-13)
- add body state handling for payload is too big (c596962)
1.1.1 (2024-03-09)
- add find http verb position util (f77a52f)
1.1.0 (2024-03-09)
1.0.1 (2024-03-01)
- add custom file type for split (61ccf1f)
- add default option for popup mode (d47c320)
- add health check (2a0d40b)
- add HurlToggleMode command (3063bba)
- add new command for run hurl in verbose mode (460b9f3)
- add new command for show debug info (321305e)
- add new command to change the env file (a6f0f6d)
- add new option for auto close on lost focus (2e27b93)
- add run to entry command (9d6fdff)
- bind
q
to quit for split mode (b449389) - clear previous response if buffer still open (6be36b6)
- enable folding for popup mode (2a9bf8f)
- init hurl.nvim plugin (f3f615a)
- init project (0207117)
- introduce new config for env file (2cef196)
- Make env search maintain provided order (#69) (275368b)
- notify when hurl is running (12a5804)
- only set buffer option on nightly builds (c3a4311)
- open quickfix if has any error (029f784)
- port hurl plugin from ray-x/web-tools.nvim (888bd0f)
- send tmp file to quicklist on hurl request (#11) (464f28e)
- show content on popup (0ae2711)
- show error message on qflist (5d977a2)
- show response header on popup (ba04d85)
- support PATCH method (fba0251)
- support PUT and DELETE method (2c1b7d2)
- support read vars.env file from test folder (aea1ca5)
- ci: rename secret token for publish doc (ebd7486)
- ci: setup release version (c4d1447)
- ci: upgrade checkout v4 (c4d1447)
- display popup position base on editor (6951948)
- remove toc (b810790)
- send error to qlist and skip showing the result (6799811)
- set highlight for neovim stable (8317978)
- simplify the check for json content type (e8ad1e5)
- support load multi env files (9443adc)
- support no response on body (ec4262d)
- test: check command exist (7b4b23d)