Releases: mistweaverco/kulala.nvim
Releases · mistweaverco/kulala.nvim
v4.5.1
v4.5.0
What's Changed
Exciting New Features ✨
- Option for encoding query values by @Grueslayer in #317
- feat(inspect): show auth headers on inspect by @gorillamoe in #333
Bug Fixes 🐛
- Use the correct body for GraphQL requests by @loganswartz in #319
- fix: change units in stats to be millseconds by @ng-tony in #318
- fix: don't start request timer until after prompt responses are submitted by @MrGrinst in #335
New Contributors
- @loganswartz made their first contribution in #319
- @MrGrinst made their first contribution in #335
Full Changelog: v4.4.1...v4.5.0
v4.4.1
What's Changed
Bug Fixes 🐛
- fix(scripts): windows: js engine build and run by @gorillamoe in #313
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
Documentation 📚
Exciting New Features ✨
- feat(display_mode): split or float by @gorillamoe in #308
Bug Fixes 🐛
- fix(scratchpad): noswapfile by @gorillamoe in #286
- fix(tmp): use
stdpath('cache')
for tmp files by @gorillamoe in #284 - Keep alternative-file by @Grueslayer in #291
- fix(treesitter): show body on treesitter inspect by @ng-tony in #303
- feat(parser): huge req bodies + don't assume blobs by @gorillamoe in #305
- revert(quickfix): folds not working in lazyvim by @gorillamoe in #306
- fix(winbar): keybinds after session restore by @gorillamoe in #307
New Contributors
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
Exciting New Features ✨
- fix(graphql): add a Content-Type: application/json if not specified by @vyskocilm in #277
- feat(search): searching for named requests now by @gorillamoe in #280
Bug Fixes 🐛
- fix(parser): form-data + binary by @gorillamoe in #278
- fix(ui): folds not working in lazy by @gorillamoe in #279
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
Exciting New Features ✨
- feat(scripts): add request to post_request script by @gorillamoe in #273
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
Documentation 📚
- feat(docs): fix CODEOWNERS, add CODE_OF_CONDUCT & CONTRIBUTING by @gorillamoe in #264
- feat(docs): fix typo in CONTRIB by @gorillamoe in #265
Exciting New Features ✨
- feat(ci): testrunner clipboard support by @gorillamoe in #267
- test(ui): add tests for from_curl() and close() by @rcasia in #266
Bug Fixes 🐛
- fix(env): selector without telescope by @gorillamoe in #272
New Contributors
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
Exciting New Features ✨
- feat(scripts): add
request.body.getComputed()
by @gorillamoe in #262 - feat(ci): add tag script by @gorillamoe in #263
Full Changelog: v4.0.4...v4.1.0
v4.0.4
What's Changed
Breaking Changes 💥
- fix(scripts): remove lowercase headers access by @gorillamoe in #261
Warning
If your're using scripts in your request files,
make sure to run lua require("kulala").clear_cached_files()
after the update
Full Changelog: v4.0.3...v4.0.4
v4.0.3
What's Changed
Exciting New Features ✨
- feat(parser): streamline globals by @gorillamoe in #259
- feat(headers): use as supplied + support multiple headers by @gorillamoe in #260
Bug Fixes 🐛
- fix: resolve "no such file or directory" error in scratchpad by @arrow2nd in #254
- fix(scripts): only process if not empty by @gorillamoe in #257
- fix(fs): join_paths on windows by @gorillamoe in #258
New Contributors
Full Changelog: v4.0.0...v4.0.3