Skip to content

Commit 097781f

Browse files
authored
bump to 0.3.11 (#459)
1 parent 912faad commit 097781f

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: languageserver
33
Title: Language Server Protocol
4-
Version: 0.3.10
5-
Date: 2021-04-17
4+
Version: 0.3.11
5+
Date: 2021-06-21
66
Authors@R:
77
c(person(given = "Randy",
88
family = "Lai",

NEWS.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# languageserver 0.3.11
2+
3+
**Closed issues:**
4+
- documentation only loaded for packages named in a library() call, not with p_load() (#257)
5+
- Minimal {styler} version requirement (#457)
6+
- If load package via pacman::p_load(), the autocompletion will be not able to work well (#426)
7+
- If I wrap library call in suppressPackageStartUpLanguages, autocompletion won't work (#451)
8+
- Handle `workspace/didChangeWatchedFiles` (#446)
9+
- Environment variable LANG (#435)
10+
- Support lambda as function (#427)
11+
- Support pipe operator in onTypeFormatting (#430)
12+
- Exclusions in .lintr not working (#282)
13+
- Packages not loaded prior to linting with coc-r-lsp (#238)
14+
- Provide diagnostics on non-installed packages (#80)
15+
16+
**Merged pull requests:**
17+
- Require styler >= 1.5.1 (#458)
18+
- Support unscoped functions and library functions (#452)
19+
- Handle `workspace/didChangeWatchedFiles` (#447)
20+
- Add code action to disable linters (#408)
21+
- Improve handling configuration settings (#439)
22+
- check if lintr is new enough (#437)
23+
- Use lint text if supported (#284)
24+
- output text as is (#436)
25+
- consolidate github action jobs (#434)
26+
- Lambda support (#428)
27+
- Use a function call as the completer in on-type-formatting (#431)
28+
- support trace in InitializeParams (#423)
29+
130
# languageserver 0.3.10
231

332
**Closed issues:**

0 commit comments

Comments
 (0)