Skip to content

Commit

Permalink
Release v0.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Dec 30, 2018
1 parent 675051a commit 3cde287
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 2018-12-31

- **Break change:** created keymaps use rpcrequest instead of rpcnotify.
- **Break change:** snippets provider is removed, use `coc-snippets` for
extention snippets.
- Add command: `coc.action.insertSnippet`
- Fix position of snippets.
- Fix modifier of registed keymaps.
- Fix completion triggered on complete done.
- Fix closure function possible conflict.
- Fix unexpected snippet cancel.
- Fix document applyEdits, always use current lines.
- Fix fail of yarn global command.
- Fix check of changedtick on completion done.
- Fix line used for textEdit of completion.
- Fix snippet canceled by `formatOnType`.
- Fix `CocJumpPlaceholder` not fired
- Optimize content synchronize.

# 2018-12-27

- **Break change:** no more message on service ready.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc.nvim",
"version": "0.0.42",
"version": "0.0.43",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 3cde287

Please sign in to comment.