Skip to content

Commit

Permalink
Release v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Aug 17, 2018
1 parent 385f844 commit beb9bba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 2018-08-17

* Fix exists terminal buffer not watched.
* Fix buffer not attached after `edit!`.
* Fix clean diagnostics of tsc command.
* Fix refresh of buffer.
* Fix document not found on `BufEnter`.

Use `rpcrequest` for `BufCreate`

* Fix no permission of log file.

Disable create log file for root user.

* Add more command for tsserver:

* `tsserver.reloadProjects`
* `tsserver.openTsServerLog`
* `tsserver.goToProjectConfig`
* `tsserver.restart`

* Add test for workspace.

# 2018-08-16

* Improved for tsserver:
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.11",
"version": "0.0.12",
"description": "Completetion manage for neovim",
"main": "./lib/attach.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit beb9bba

Please sign in to comment.