Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 5.67 KB

CHANGELOG.md

File metadata and controls

59 lines (48 loc) · 5.67 KB

Changelog

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)