Skip to content

Releases: jellydn/hurl.nvim

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)

v1.3.0

28 Mar 10:35
e526b75
Compare
Choose a tag to compare

1.3.0 (2024-03-19)

Features

  • 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)

v1.2.1

14 Mar 10:51
60a038c
Compare
Choose a tag to compare

1.2.1 (2024-03-14)

Bug Fixes

  • add case-insensitive content-type header detection (89ea4d4)
  • hurl: Improve HurlRunnerToEntry command and remove unnecessary log (4d4e4ff)