Skip to content

Commit

Permalink
Release v0.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Feb 2, 2019
1 parent 9cd06ac commit cc96ec2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2019-02-02

- **Break change:** extentions now update automatically, prompt is removed.
- Add check for extention compatibility.
- Add transform support for placeholder.
- Add check for node version.
- Add error check for list.
- Add settings: `coc.preferences.diagnostic.virtualTextLines`.
- Fix preview window not shown.
- Fix highlight not cleared on vim.
- Fix highlight commands of list block vim on start.
- Improve extention load.
- Improve list experience.

# 2019-01-28

- **Break change:** `coc.preferences.diagnostic.echoMessage` changed to enum.
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.50",
"version": "0.0.51",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit cc96ec2

Please sign in to comment.