Skip to content

Commit

Permalink
Release v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Sep 28, 2018
1 parent fdb57b3 commit 2c388b7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ Extension are powerful than configured language server. Checkout

:CocInstall coc-tslint

- **Pritter**

[Prettier](https://github.com/prettier/prettier) extension.

:CocInstall coc-prettier

**Note:** use `:CocConfig` to edit configuration file, auto completion is
supported after `coc-json` installed.

Expand Down
12 changes: 12 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2018-09-28

- **Break change**: `coc.preferences.formatOnType` default to `false`.
- **Break change**: snippet completion disabled in `string` and `comment`.
- Add support for register local extension.
- Add title for commands in `Denite coc-command`
- Fix prompt hidden by echo message.
- Fix contribute commands not shown in denite interface.
- Fix parse of `iskeyword`, support character range.
- Fix `triggerKind` of completion.
- Fix install extension from url not reloaded.

# 2018-09-27

- **Break change**: `:CocDisable` disabled all events from vim.
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.20",
"version": "0.0.21",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 2c388b7

Please sign in to comment.