Skip to content

Commit

Permalink
Release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Aug 15, 2018
1 parent cd953da commit 8fc87b4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 2018-08-15

* Fix filter of completion items on fast input.
* Fix sometimes fails of include & neosnippet source.
* Fix sometimes fails to find global modules.
* Improve complete source initialization.

* Always respect change of configuration.

* Add ability to start standalone coc service for debugging.

* Use `NVIM_LISTEN_ADDRESS=/tmp/nvim nvim` to start
neovim.
* Start coc server by command like `node bin/server.js`

* Add ability to recover from unload buffer.

Sometimes `bufReadPost` `BufEnter` could be not be fired on buffer create,
check buffer on `CursorHold` and `TextChanged` to fix this issue.

* Add tsserver features: `tsserver.formatOnSave` and `tsserver.orgnizeImportOnSave`

Both default to false.

* Add tests for completion sources.

# 2018-08-14

* Fix remote source not working.
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.9",
"version": "0.0.10",
"description": "Completetion manage for neovim",
"main": "./lib/attach.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 8fc87b4

Please sign in to comment.