Releases: vim-denops/deno-denops-std
Releases · vim-denops/deno-denops-std
v8.0.0
What's Changed
- Fix pre-cache step in GitHub Actions workflow by @lambdalisue in #288
- Remove deprecated expr_string module by @lambdalisue in #287
- Update supported versions by @lambdalisue in #289
- Update development toolchain configuration by @lambdalisue in #290
- Bump versions by @lambdalisue in #291
Full Changelog: v7.6.0...v8.0.0
v7.6.0
What's Changed
- Add
close
function to popup module by @lambdalisue in #286
Full Changelog: v7.5.1...v7.6.0
v7.5.1
What's Changed
- 🐛 Fix race condition in lambda.register with
once
option by @Milly in #282 - 🐛 Fix lambda.unregister incorrectly removing non-lambda methods by @Milly in #283
- 🐛 Fix Lambda.dispose() to return void instead of boolean by @Milly in #284
- 📝 Improve documentation for lambda module by @Milly in #285
Full Changelog: v7.5.0...v7.5.1
v7.5.0
v7.4.0
What's Changed
- 👍 Add
readonly
to arguments inbuffer
module by @lambdalisue in #278 - 👍 Allow users to specify the namespace for decorations by @lambdalisue in #276
- 👍 Add types on
getwininfo
andgetwinpos
functions by @lambdalisue in #277
Full Changelog: v7.3.2...v7.4.0
v7.3.2
v7.3.1
v7.3.0
What's Changed
- Add
listDecorations
inbuffer/decoration
by @lambdalisue in #272
Full Changelog: v7.2.0...v7.3.0