Skip to content

Releases: jellydn/hurl.nvim

v2.0.0

12 Nov 23:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v2.0.0

v1.8.0

29 Oct 16:55
b1ba767
Compare
Choose a tag to compare

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

14 Sep 16:18
e7b84f4
Compare
Choose a tag to compare

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

02 Aug 23:09
e498c32
Compare
Choose a tag to compare

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

01 Aug 14:51
105bb8f
Compare
Choose a tag to compare

1.6.0 (2024-07-11)

Features

  • add xml type for response formatting and highlight (#181) (f9edcfb)

v1.5.2

11 Jul 10:07
2b2bff7
Compare
Choose a tag to compare

1.5.2 (2024-06-25)

Bug Fixes

  • spinner: use global config for show_notification (#175) (e54b5a4)

v1.5.1

17 Jun 17:41
2c79caf
Compare
Choose a tag to compare

1.5.1 (2024-06-10)

Bug Fixes

  • split: no fold find if foldexpr setup (#166) (42df991)

v1.5.0

10 Jun 19:42
4a40321
Compare
Choose a tag to compare

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

08 May 20:21
2406fa2
Compare
Choose a tag to compare

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

15 Apr 13:35
cb988bd
Compare
Choose a tag to compare

1.3.1 (2024-03-28)

Bug Fixes

  • update the implementation method of obtaining the git root direc… (#146) (c16f7f6)