Releases: vim-denops/denops.vim
Releases · vim-denops/denops.vim
v3.4.0
What's Changed
- 🌿 Fix code in
test
to prepare denops-test module by @lambdalisue in #232
Full Changelog: v3.3.1...v3.4.0
v3.3.1
What's Changed
- 💪 Allow a remote URL on
denops#plugin#register()
for testing by @lambdalisue in #225 - 🐛 Import plugin module with fragment by @lambdalisue in #228
- 📦 Update Deno dependencies by @vim-denops-machine-user in #229
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- 📝 Remove
Author
andLicense
from help by @lambdalisue in #217 - 💩 Add
deno.jsonc
as a workaround by @lambdalisue in #219 - 🐛 Fix "E119: Not enough arguments for function: XXX_on_stderr" by @lambdalisue in #220
- 🐛 Fix meta version on non English environment by @lambdalisue in #221
- 👍 Allow
null
for convenience by @lambdalisue in #224 - ☕ Fix CI by @lambdalisue in #226
Full Changelog: v3.2.2...v3.3.0
v3.2.2
What's Changed
- 💪 Minor refactorings by @lambdalisue in #216
- 📦 Update Deno dependencies by @vim-denops-machine-user in #215
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
- ☕ Upgrade
actions/cache
to v3 by @lambdalisue in #205 - 💪 Refine features in
util
as internal modules and make them deprecated by @lambdalisue in #209 - 🐛 Fix
g:denops#server#reconnect_interval
by @lambdalisue in #210 - 🐛 Protect server process from "Uncaught (in promise)" error to avoid server death by @lambdalisue in #211
- feat: show stack in unhandled rejection by @Milly in #212
- 📦 Update Deno dependencies by @vim-denops-machine-user in #200
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- support msys2/cygwin by @mattn in #199
- Improve shared server support by @lambdalisue in #203
- Add
redraw()
todenops
for Vim by @lambdalisue in #202
New Contributors
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- 🐛 Fix channel timeout to 7 days by @lambdalisue in #194
- ✨ Support a Shared server to avoid the bottleneck of process launches by @lambdalisue in #193
- Fix
denops#server#restart()
by @lambdalisue in #197 - 📦 Update Deno dependencies by @vim-denops-machine-user in #191
- Add
context
attribute for plugins by @lambdalisue in #198
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- 🐛 Fix
denops#plugin#wait()
by @lambdalisue in #179 - Accept Partial for a callback by @Bakudankun in #181
- github/workflow: upgrade actions/checkout to v3 by @zchee in #183
- 👍 Show friendly error message when return value serialization failed in debug mode by @Milly in #186
- 📝 fix typos by @e-kwsm in #188
- Update dependencies by @lambdalisue in #190
New Contributors
- @Bakudankun made their first contribution in #181
- @zchee made their first contribution in #183
- @Milly made their first contribution in #186
- @e-kwsm made their first contribution in #188
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- 🐛 Fix Vim/Neovim freeze when
denops#plugin#wait
is used with error by @lambdalisue in #173 - 🐛 Fix
denops#plugin#wait()
by @lambdalisue in #175 - Fix wait condition by @Shougo in #176
- 🐛Fix condition of denops#plugin#wait() by @matsui54 in #177
- Update deps by @lambdalisue in #178
New Contributors
Full Changelog: v3.0.0...v3.0.1