Releases: vim-denops/deno-denops-std
Releases Β· vim-denops/deno-denops-std
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
What's Changed
Full Changelog: v7.4.0...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
What's Changed
- π Fix row/col on
popup.open
by @lambdalisue in #275
Full Changelog: v7.3.1...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
v7.2.0
v7.1.1
v7.1.0
What's Changed
- β Check supported versions by @lambdalisue in #255
- β Migrate
Update
workflow tomolt-action
by @hasundue in #256 - π¦ sort exports or imports by @Milly in #257
- πͺ cache predicate functions by @Milly in #258
- β separate
check:doc
task by @Milly in #259 - β add 'verbose' inputs in test CI by @Milly in #261
- π change array argument types to readonly by @Milly in #262
- π add
eval
module and mark deprecatedhelper/expr_string
by @Milly in #260 - πͺ Optimize imports from std by @4513ECHO in #263
New Contributors
Full Changelog: v7.0.3...v7.1.0