Skip to content

Latest commit

 

History

History
116 lines (79 loc) · 8.68 KB

CHANGELOG.md

File metadata and controls

116 lines (79 loc) · 8.68 KB

Changelog

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)

1.3.1 (2024-03-28)

Bug Fixes

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

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)

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)

1.2.0 (2024-03-14)

Features

  • hurl: add spinner to indicate request progress (0e307f3)

Bug Fixes

  • HurlRunnterToEntry using treesitter (8885e2f)

1.1.3 (2024-03-13)

Reverts

  • revert to find verb instead of treesitter parser (1bb1106)

1.1.2 (2024-03-13)

Bug Fixes

  • add body state handling for payload is too big (c596962)

1.1.1 (2024-03-09)

Reverts

  • add find http verb position util (f77a52f)

1.1.0 (2024-03-09)

Features

1.0.1 (2024-03-01)

Bug Fixes

  • add null check for result before call save log (b1c4516), closes #89

1.0.0 (2024-02-15)

Features

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

Bug Fixes

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