Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Mar 30, 2021
1 parent 446f838 commit c20b0de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.7

Fixes:
- Highlighting for some decorators and keywords.
- Diagnostics display for long lines.
- Various hover & autocomplete opportunities.

Features:
- Autocomplete for `->` pipe!
- Autocomplete for decorators such as `@module` and `@val` and `@deprecated`.
- Autocomplete for labels `func(~...)`.
- Support for the upcoming `rescript` npm package.

## 1.0.6

Fixes:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The official VSCode plugin for ReScript.

## Prerequisite

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.
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.

## Recommendation

Expand Down Expand Up @@ -38,9 +38,9 @@ The plugin activates on `.res` and `.resi` files. If you've already got Reason-L
- Formatting, with caveats:
- Currently requires the file to be part of a ReScript project, i.e. with a `bsconfig.json`.
- Cannot be a temporary file.
- Syntax errors diagnosis (only after formatting).
- Build diagnostics.
- Built-in bsb watcher (optional, and exposed explicitly as a pop-up; no worries of dangling build).
- Type hint.
- Type hint hover.
- Jump to location.
- Autocomplete.
- Snippets to ease a few syntaxes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The official VSCode plugin for ReScript.",
"author": "chenglou",
"license": "MIT",
"version": "1.0.6",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "https://github.com/rescript-lang/rescript-vscode"
Expand Down

0 comments on commit c20b0de

Please sign in to comment.