Skip to content

Commit 177ce86

Browse files
committed
1.3.0
1 parent 6767cd2 commit 177ce86

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master
22

3+
## 1.3.0
4+
35
- Fix issue where using paths of the form `./something` would show multiple copies of the same file in vscode.
46
- When hovering on a field access, show the instantiated type of the field.
57
- Support autocomplete for objects from another module `M.x[...`.
@@ -12,6 +14,7 @@
1214
- Enable formatting files without needing the file to be in an actual ReScript project.
1315
- New feature: Show Outline which was previously disabled.
1416
- Add command to quickly switch between implementation and interface file.
17+
- Support hover on JSX props and labelled arguments.
1518

1619
## 1.2.1
1720

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The official VSCode plugin for ReScript.",
44
"author": "chenglou",
55
"license": "MIT",
6-
"version": "1.2.1",
6+
"version": "1.3.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/rescript-lang/rescript-vscode"

server/package-lock.json

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

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": "ReScript's language-server",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"author": "chenglou",
66
"license": "MIT",
77
"engines": {

0 commit comments

Comments
 (0)