Releases: rodrigoscc/nurl.nvim
Releases · rodrigoscc/nurl.nvim
v0.6.0
v0.5.0
Features
- Seconday window: A split window can be easily opened with any of the response buffers for quick reference. Specially useful to see the full URL.
- New winbar: Tuned winbar to be prettier and optimized space used so that the URL has more room.
v0.4.0
Features
- Add new
queryparameter to request table. Allows for easier dynamic query params.
v0.3.0
Features
- Overrides:
:Nurl,:Nurl yankand:Nurl resendnow support overrides for quick one-off changes. - Quick actions: Skip picker when target contains a single request.
- Commands on response buffers:
:Nurl .and:Nurl yank .now work with the current response buffer original request.
Bug fixes
- Requests with errors are now skipped when populating pickers.
v0.2.0
feat!: move vim.b.nurl_* variables to vim.b.nurl_data
v0.1.0
First release