Releases: mistweaverco/kulala.nvim
Releases · mistweaverco/kulala.nvim
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
v3.7.0
What's Changed
Exciting New Features ✨
- feat(vars): add prompt variables by @gorillamoe in #203
- feat(from_curl): import HTTP spec from curl command line by @vyskocilm in #186
- Feat/fenced code blocks by @gorillamoe in #206
Bug Fixes 🐛
- fix(prompt-vars): run parser after prompt vars by @gorillamoe in #204
Dependencies 📦
- chore(deps): bump webpack from 5.93.0 to 5.94.0 in /docs by @dependabot in #202
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /docs by @dependabot in #205
New Contributors
- @dependabot made their first contribution in #202
- @vyskocilm made their first contribution in #186
Full Changelog: v3.6.0...v3.7.0
v3.6.0
What's Changed
Exciting New Features ✨
- feat(copy): clean and fix by @gorillamoe in #174
- feat(parser): add inspect by @gorillamoe in #175
- feat(scripts): print output by @gorillamoe in #177
- feat(redir-response) by @gorillamoe in #179
- parse requests with treesitter by @treywood in #181
- Standardize the code format by @iamxiaojianzheng in #187
- feat(telescope): add telescope sorter by @imiljan in #190
- Treesitter Parsing (again) by @treywood in #193
- feat(req-blocks): optional comments by @gorillamoe in #195
- Feature/add console winbar by @iamxiaojianzheng in #197
- Add
show_stats()
with ascii diagram by @gorillamoe in #199
Bug Fixes 🐛
- fix(scripts): node_modules path local to script.cwd by @gorillamoe in #171
- fix(fs): Compatible with "/" and "\" by @iamxiaojianzheng in #173
- fix(ts): error on startup by @gorillamoe in #196
- fix(stats): blank string + run_all by @gorillamoe in #200
- Fix/pre script output error by @iamxiaojianzheng in #198
New Contributors
- @iamxiaojianzheng made their first contribution in #173
- @treywood made their first contribution in #181
- @imiljan made their first contribution in #190
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
Documentation 📚
Exciting New Features ✨
- feat: support AWS-SigV4 authentication by @felixscherz in #165
- Enable pre- and post-request scripting support. by @gorillamoe in #154
- feat: add
run_all()
by @gorillamoe in #166
Bug Fixes 🐛
- Fix url parsing bug by @zruhao in #153
- fix(authparser): already encoded strings by @gorillamoe in #168
- fix(auth): ntlm and negotiate by @gorillamoe in #169
New Contributors
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
Exciting New Features ✨
- feat: add cookie parser by @gorillamoe in #152
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
Exciting New Features ✨
- feat: add api by @gorillamoe in #150
Bug Fixes 🐛
- fix(gql): introspection by @gorillamoe in #149
Full Changelog: v3.2.1...v3.3.0
v3.2.1
What's Changed
Bug Fixes 🐛
- fix: set_selected_env() does nothing by @houdinihacker in #145
New Contributors
- @houdinihacker made their first contribution in #144
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
Exciting New Features ✨
- Vscode rest client env support by @Grueslayer in #142
Full Changelog: v3.1.4...v3.2.0
v3.1.4
What's Changed
Bug Fixes 🐛
- fix: winbar + default_view by @gorillamoe in #141
Full Changelog: v3.1.3...v3.1.4