Skip to content

Commit d0c842a

Browse files
committed
1.34.0
1 parent 5febcf6 commit d0c842a

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

Diff for: CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,19 @@
1212
1313
## master
1414

15-
- Better error recovery when analysis fails. https://github.com/rescript-lang/rescript-vscode/pull/880
16-
- Expand type aliases in hovers. https://github.com/rescript-lang/rescript-vscode/pull/881
17-
- Include fields when completing a braced expr that's an ID, where it the path likely starts with a module. https://github.com/rescript-lang/rescript-vscode/pull/882
15+
## 1.34.0
16+
17+
#### :rocket: New Feature
18+
1819
- Complete domProps for lowercase JSX components from `ReactDOM.domProps` if possible. https://github.com/rescript-lang/rescript-vscode/pull/883
19-
- Do not emit `_` when completing in patterns. https://github.com/rescript-lang/rescript-vscode/pull/885
2020
- Complete for maker-style functions (functions returning type `t` of a module) when encountering a `type t` in relevant scenarios. https://github.com/rescript-lang/rescript-vscode/pull/884
21+
- Expand type aliases in hovers. https://github.com/rescript-lang/rescript-vscode/pull/881
22+
23+
#### :nail_care: Polish
24+
25+
- Better error recovery when analysis fails. https://github.com/rescript-lang/rescript-vscode/pull/880
26+
- Do not emit `_` when completing in patterns. https://github.com/rescript-lang/rescript-vscode/pull/885
27+
- Include fields when completing a braced expr that's an ID, where it the path likely starts with a module. https://github.com/rescript-lang/rescript-vscode/pull/882
2128

2229
## 1.32.0
2330

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "ReScript language support (official)",
55
"author": "ReScript Team",
66
"license": "MIT",
7-
"version": "1.32.0",
7+
"version": "1.34.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/rescript-lang/rescript-vscode"

Diff for: server/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rescript/language-server",
33
"description": "LSP server for ReScript",
4-
"version": "1.32.0",
4+
"version": "1.34.0",
55
"author": "ReScript Team",
66
"license": "MIT",
77
"bin": {

0 commit comments

Comments
 (0)