Releases: mistweaverco/kulala.nvim
Releases Β· mistweaverco/kulala.nvim
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
v4.0.0
What's Changed
Breaking Changes π₯
- feat: add json schema for http-client.env.json by @gorillamoe in #243
Documentation π
- fix(docs): example by @gorillamoe in #227
- Fix request variables documentation example by @vlivanov1232 in #241
Exciting New Features β¨
- lazily parse treesitter queries by @treywood in #224
- feat(config): make curl path configurable by @gorillamoe in #226
- feat(ci): add linter by @gorillamoe in #231
- feat(ci): add docs linter by @gorillamoe in #234
- fix(shlex): make split function more robust by @vyskocilm in #229
- fix(from_curl): improve heuristic and recognize curl_path too by @vyskocilm in #238
- Output path to curl executable and version in checkhealth by @Grueslayer in #239
- SSL Client Certificate Auth by @Grueslayer in #247
- fix(parser): handle exception when no reqs found by @gorillamoe in #250
- docs(http-client.env): add docs for
.private.json
. by @gorillamoe in #251 - Improve scripts by @gorillamoe in #252
Bug Fixes π
- fix(form): fix binary multipart-form-data by @gorillamoe in #230
- fix(gql): introspection curl path by @gorillamoe in #235
- fix(health): support curl_path in a healthcheck by @vyskocilm in #237
- fix(ui): treesitter foldexpr calculate not work by @wenjinnn in #249
Dependencies π¦
- chore(deps): bump body-parser and express in /docs by @dependabot in #232
- chore(npm): update packages π¦ by @gorillamoe in #233
New Contributors
- @vlivanov1232 made their first contribution in #241
- @wenjinnn made their first contribution in #249
Full Changelog: v3.8.0...v4.0.0
v3.8.0
What's Changed
Documentation π
- Feat/add best practices doc by @iamxiaojianzheng in #208
Exciting New Features β¨
- fix(ui/parser): remove unused variable, remove nil warnings by @vyskocilm in #210
- feat(checkhealth): support for neovim :checkhealth feature by @vyskocilm in #215
- feat(ci): test support via plenary test harness by @vyskocilm in #212
- feat(ci): use custom image for tests by @gorillamoe in #218
- Change testing framework to busted by @gorillamoe in #219
- Environment Scope by @Grueslayer in #216
- implement response redirect with treesitter by @treywood in #201
Bug Fixes π
- fix(replay) by @gorillamoe in #217
- fix(parser): trimming lines caused troubles by @gorillamoe in #221
Full Changelog: v3.7.0...v3.8.0