Skip to content

Releases: rodrigoscc/nurl.nvim

v0.8.0

13 Feb 04:59

Choose a tag to compare

Breaking: remove automatic URI encoding of values.

Features:
- Support multiple values in same header
- Increase default max history items
- Update send API

Fixes:
- Replace win_config instead of merging
- Fix registry: prefix in yank_curl_at_cursor

v0.7.0

21 Jan 04:49

Choose a tag to compare

Breaking Changes

  • New send API: Now opts and callback are 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

31 Dec 07:14

Choose a tag to compare

Features

  • Tests: Define assertions to validate responses with a test function
  • HTTP previews: Request previews now display in HTTP format

v0.5.0

23 Dec 04:10

Choose a tag to compare

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

21 Dec 01:00

Choose a tag to compare

Features

  • Add new query parameter to request table. Allows for easier dynamic query params.

v0.3.0

08 Dec 03:15

Choose a tag to compare

Features

  • Overrides: :Nurl, :Nurl yank and :Nurl resend now 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

05 Dec 05:15

Choose a tag to compare

feat!: move vim.b.nurl_* variables to vim.b.nurl_data

v0.1.0

05 Dec 01:13

Choose a tag to compare

First release