Skip to content

Commit c20b0de

Browse files
committed
Prepare for next release
1 parent 446f838 commit c20b0de

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.0.7
2+
3+
Fixes:
4+
- Highlighting for some decorators and keywords.
5+
- Diagnostics display for long lines.
6+
- Various hover & autocomplete opportunities.
7+
8+
Features:
9+
- Autocomplete for `->` pipe!
10+
- Autocomplete for decorators such as `@module` and `@val` and `@deprecated`.
11+
- Autocomplete for labels `func(~...)`.
12+
- Support for the upcoming `rescript` npm package.
13+
114
## 1.0.6
215

316
Fixes:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The official VSCode plugin for ReScript.
66

77
## Prerequisite
88

9-
You **must** have `bs-platform 8.3.3` installed locally in your project, through the usual [npm installation](https://rescript-lang.org/docs/manual/latest/installation#integrate-into-existing-js-project). Older versions are not guaranteed to work.
9+
You **must** have `bs-platform >=8.3.3` installed locally in your project, through the usual [npm installation](https://rescript-lang.org/docs/manual/latest/installation#integrate-into-existing-js-project). Older versions are not guaranteed to work.
1010

1111
## Recommendation
1212

@@ -38,9 +38,9 @@ The plugin activates on `.res` and `.resi` files. If you've already got Reason-L
3838
- Formatting, with caveats:
3939
- Currently requires the file to be part of a ReScript project, i.e. with a `bsconfig.json`.
4040
- Cannot be a temporary file.
41-
- Syntax errors diagnosis (only after formatting).
41+
- Build diagnostics.
4242
- Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build).
43-
- Type hint.
43+
- Type hint hover.
4444
- Jump to location.
4545
- Autocomplete.
4646
- Snippets to ease a few syntaxes:

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.0.6",
6+
"version": "1.0.7",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/rescript-lang/rescript-vscode"

0 commit comments

Comments
 (0)