Skip to content

Releases: vim-denops/deno-denops-std

v1.3.0

13 Aug 12:56
eca274c

Choose a tag to compare

v1.2.0: Merge pull request #73 from vim-denops/option

13 Aug 05:40
cc0038f

Choose a tag to compare

  • Add option module to manage options #73

v1.1.1

13 Aug 05:02
0a8fe8b

Choose a tag to compare

:memo: Add missing document entrypoints

v1.1.0: Merge pull request #68 from vim-denops/imp-variable

13 Aug 02:42
9ea401c

Choose a tag to compare

  • Add batch module to handle denops.batch more flexibly #69
  • Add mapping module to manage mappings #67
  • Improve variable module to support more resources #68

v1.0.1

08 Aug 06:05
609b959

Choose a tag to compare

🐛 Fix invalid optional arguments on generated functions. The following function definitions are fixed.

function

  • argc
  • arglistid
  • clearmatches
  • complete_info
  • cscope_connection
  • garbagecollect
  • getbufinfo
  • getchangelist
  • getchar
  • getcwd
  • getfontname
  • getjumplist
  • getmatches
  • getqflist
  • getreg
  • getregtype
  • gettabinfo
  • gettagstack
  • getwininfo
  • getwinpos
  • haslocaldir
  • mode
  • reltime
  • shiftwidth
  • spellbadword
  • tabpagebuflist
  • tabpagenr
  • timer_info
  • visualmode
  • win_getid
  • winlayout
  • winnr

function.nvim

  • ctxget
  • ctxpush
  • serrverstart
  • sign_getdefined
  • sign_getplaced
  • sign_undefine

function.vim

  • listener_flush
  • rand
  • srand
  • state

v1.0.0

18 Jul 15:24
4dca2e5

Choose a tag to compare

:package: Update deps

v1.0.0-beta.8: Merge pull request #53 from gamoutatsumi/main

13 Jul 02:15
8ffac33

Choose a tag to compare

:shower: Remove check `undefined` in functions

v1.0.0-beta.7

11 Jul 14:00
939fa6f

Choose a tag to compare

:bug: Expose `echo` from `mod.ts`

v1.0.0-beta.6: Merge pull request #50 from vim-denops/echo

11 Jul 13:57
d284157

Choose a tag to compare

👍  Add `echo` function to `helper` module

v1.0.0-beta.5: Merge pull request #48 from gamoutatsumi/main

11 Jul 11:22
25f2b60

Choose a tag to compare

Change argument names of some functions