Releases: rodrigoscc/nurl.nvim
Releases · rodrigoscc/nurl.nvim
v0.8.0
v0.7.0
Breaking Changes
- New send API: Now
optsandcallbackare passed as direct arguments. See README.md.
Features
- Focus buffer: When resending a request, the focused buffer is kept.
- Basic Auth: Support basic auth
Bug Fixes
- Empty reason phrases: They're now correctly parsed.
v0.6.0
Features
- Tests: Define assertions to validate responses with a test function
- HTTP previews: Request previews now display in HTTP format
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