Skip to content

Commit d8ae158

Browse files
committed
Update changelog; bump version
1 parent e89d034 commit d8ae158

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

CHANGELOG.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
## master
2-
- Fix issue jumping to variables defined in complex patterns.
3-
- In Jsx autocomplete, don't suggest props already assigned.
1+
## 1.1.0
42

5-
## beta 2
3+
This update contains _lots_ of autocomplete, hover and jump-to-definition improvements. We'll list only a few below.
64

75
Fixes:
86
- Jump-to-definition on some Windows paths.
97
- `->` autocomplete overruled `.`.
108
- Hover on components in interface files.
119

1210
Features:
13-
- Show References!
11+
- Show References! Works cross-files too.
1412
- Hover now supports markdown docs.
1513
- Hover on labels in component functions with compiler version 9.1, and labels with type annotation.
1614
- Don't show file path on hover and autocomplete (cleaner).
1715
- Autocomplete for props in JSX components.
1816
- `->` autocomplete for built-in list, array, string, option types. And for string and array literals.
17+
- Slimmer download.
1918

2019
Breakages:
2120
- Very old linux versions are no longer supported.

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.1.0-beta.2",
6+
"version": "1.1.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.1.0-beta.2",
4+
"version": "1.1.0",
55
"author": "chenglou",
66
"license": "MIT",
77
"engines": {

0 commit comments

Comments
 (0)