From 26c61ae7351ae82434d4ab8e7428ae1ea013a3da Mon Sep 17 00:00:00 2001 From: chemzqm Date: Fri, 17 Aug 2018 00:49:03 +0800 Subject: [PATCH] Release v0.0.11 --- history.md | 18 ++++++++++++++++++ package.json | 5 ++--- yarn.lock | 6 +++--- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/history.md b/history.md index e88f86f9ef9..ee58e0c35d4 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,21 @@ +# 2018-08-16 + +* Improved for tsserver: + + * Add `watchBuild` command for build current project with watch in terminal. + * Support of untitled buffer + * Support `projectRootPath` + +* Fix detach error of document. +* Fix trigger characters not works for some source. +* Fix document possible not sync before save. +* Fix denite errors with 0 as result. +* Fix wrong arguments of tsserver refactor command. +* Use `drop` for workspace `openResource`. +* Add clear coc signs on `:CocRestart`. +* **Break change** all buffer types except `nofile` `help` and `quickfix` are + watched for changes. + # 2018-08-15 * Fix filter of completion items on fast input. diff --git a/package.json b/package.json index ba819b2fd1b..f1e73677ead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc.nvim", - "version": "0.0.10", + "version": "0.0.11", "description": "Completetion manage for neovim", "main": "./lib/attach.js", "bin": "./bin/server.js", @@ -81,7 +81,7 @@ "typescript": "^3.0.1" }, "dependencies": { - "@chemzqm/neovim": "4.3.15", + "@chemzqm/neovim": "4.3.16", "babel-polyfill": "^6.26.0", "debounce": "^1.2.0", "deep-equal": "^1.0.1", @@ -98,7 +98,6 @@ "pify": "^4.0.0", "promise.prototype.finally": "^3.1.0", "semver": "^5.5.0", - "touch": "^3.1.0", "tslib": "^1.9.3", "uuid": "^3.3.2", "vscode-languageserver-protocol": "^3.10.3", diff --git a/yarn.lock b/yarn.lock index c22a6da0254..b9bb6f4f5a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -92,9 +92,9 @@ lodash "^4.2.0" to-fast-properties "^2.0.0" -"@chemzqm/neovim@4.3.15": - version "4.3.15" - resolved "https://registry.yarnpkg.com/@chemzqm/neovim/-/neovim-4.3.15.tgz#b20dcb38c89b0854c42133b10b83cd8fb5453004" +"@chemzqm/neovim@4.3.16": + version "4.3.16" + resolved "https://registry.yarnpkg.com/@chemzqm/neovim/-/neovim-4.3.16.tgz#6e0cd83ef1f6ec3800132556d21a8d5f63e6f172" dependencies: babel-eslint "^8.2.6" msgpack-lite "^0.1.26"