Releases: jellydn/hurl.nvim
Releases · jellydn/hurl.nvim
v1.8.0
1.8.0 (2024-10-29)
Features
- add new command to from current entry to end (3b81a31)
- config: add file_root directory configuration option (c502953), closes #195
Bug Fixes
- utils: improve error logging and notifications (807b6ff)
v1.7.1
1.7.1 (2024-08-24)
Bug Fixes
- error when closing the result buffer and trying to reopen it (#188) (ddce6f8)
- split: remove redundant buffer name setting (88dd2ff)
v1.7.0
1.7.0 (2024-08-01)
Features
- 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)
Bug Fixes
- popup: show popup after content population for proper alignment (809891e)
v1.6.0
1.6.0 (2024-07-11)
Features
- add xml type for response formatting and highlight (#181) (f9edcfb)
v1.5.2
1.5.2 (2024-06-25)
Bug Fixes
- spinner: use global config for show_notification (#175) (e54b5a4)
v1.5.1
1.5.1 (2024-06-10)
Bug Fixes
v1.5.0
1.5.0 (2024-05-28)
Features
- hurl: add buffer name for split response window (#163) (fbc1377)
- hurl: use global config for finding environment files (6d40061)
Bug Fixes
- history: add early return for missing response headers (29af39b)
v1.4.0
1.4.0 (2024-05-02)
Features
- add HurlShowLastResponse command to show last request response (1075110)
- hurl.nvim: add variable editing functionality in HurlManageVariable buffer (7e56e3f)
v1.3.1
1.3.1 (2024-03-28)
Bug Fixes
- update the implementation method of obtaining the git root direc… (#146) (c16f7f6)