Skip to content

Commit a535fba

Browse files
committed
bump to 0.3.13
1 parent 360be57 commit a535fba

File tree

2 files changed

+35
-9
lines changed

2 files changed

+35
-9
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.12.9000
5-
Date: 2021-10-18
4+
Version: 0.3.13
5+
Date: 2022-05-22
66
Authors@R:
77
c(person(given = "Randy",
88
family = "Lai",

NEWS.md

+33-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,38 @@
1-
# languageserver 0.3.12.9000 (Development version)
1+
# languageserver 0.3.13
2+
3+
**Closed issues:**
4+
5+
- Language Server crashing sporadically (#368)
6+
- Why not set up r-universe? (#536)
7+
- Signature help not show up in if-else branch (#530)
8+
- Some of the tables of arguments are too complex to be represented by GFM (#533)
9+
- Rmd detection ignores front matter (#507)
10+
- Range formatting and onTypeFormatting are performed in Rmd non-code content (#224)
11+
- Respect document language specified from editor (#510)
12+
- "No newline at end of file" after formatting file in VS Code (#462)
13+
- completionItem/resolve result may not be null (#504)
14+
- Disabling linting has no effect (#497)
215

3-
**Closed issues:**
4-
5-
- Some of the tables of arguments are too complex to be represented by GFM (#533)
6-
7-
**Merged pull requests.**
16+
**Merged pull requests:**
817

9-
- Convert the table of arguments to the sections of arguments with Lua filter (#534, thanks @atusy)
18+
- R 4.2 supports Unicode on Windows (#549)
19+
- read may return -1 on error (#548)
20+
- R universe (#542)
21+
- do not pop the unbalance brackets in the current row (#541)
22+
- Update GItHub Actions version (#537)
23+
- Bump actions/upload-artifact from 1 to 3 (#540)
24+
- Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#539)
25+
- Bump actions/cache from 2 to 3 (#538)
26+
- convert the table of arguments to the sections of arguments with Lua filter (#534, thanks @atusy))
27+
- Added an entry for BBEdit (#532)
28+
- Support arg completion for primitive functions (#526)
29+
- Check rmd scope in on type formatting (#525)
30+
- Respect document `languageId` (#511)
31+
- Document formatting ensures trailing empty line (#509)
32+
- Only call `fs::path_abs` with existing files (#506)
33+
- `completionItem/resolve` always returns `completionItem` (#505)
34+
- Unpublish diagnostics when disabled (#498)
35+
- add whitespace to NEWS.md (#490)
1036

1137
# languageserver 0.3.12
1238

0 commit comments

Comments
 (0)