Skip to content

Commit 5f50b0a

Browse files
committed
1.15.0
1 parent 17252b1 commit 5f50b0a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# changelog
22

3+
## 1.15.0
4+
`2021-2-9`
5+
* `NEW` LUNAR YEAR, BE HAPPY!
6+
* `CHG` diagnostic: when there are too many errors, the main errors will be displayed first
7+
* `CHG` main thread no longer loop sleeps, see [#329](https://github.com/sumneko/lua-language-server/issues/329) [#386](https://github.com/sumneko/lua-language-server/issues/386)
8+
* `CHG` improve performance
9+
310
## 1.14.3
411
`2021-2-8`
512
* `CHG` hint: disabled by default, see [#380](https://github.com/sumneko/lua-language-server/issues/380)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,5 +1083,5 @@
10831083
"type": "git",
10841084
"url": "https://github.com/sumneko/lua-language-server"
10851085
},
1086-
"version": "1.14.3"
1086+
"version": "1.15.0"
10871087
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "1.14.3"
3+
local VERSION = "1.15.0"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

server

0 commit comments

Comments
 (0)