Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit ae455c7

Browse files
committed
Update Changes.md
1 parent 73572ff commit ae455c7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Changes.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
## master
2-
- Add support for @deprecated attributes in autocomplete and hover.
3-
- Support for upcoming `rescript` npm package for the compiler. Look for `rescript` in addition to `bs-platform` in `node_modules`.
4-
- Autocomplete: add support for `open!` in addition to `open`.
5-
61
## Upcoming Release of rescript-vscode
72

83
#### New features
94
- Add support for autocomplete for pipe-first `foo->`: the type of `foo` is used to determine the module to take completions from.
105
- Add support for autocomplete for decorators such as `@module` and `@val`.
116
- Add support for autocomplete of labelled arguments `foo(~label... )`.
7+
- Add support for @deprecated attributes in autocomplete and hover.
8+
- Support for upcoming `rescript` npm package for the compiler. Looks for `rescript` in addition to `bs-platform` in `node_modules`.
129

1310
#### Fixes
1411

@@ -17,6 +14,7 @@
1714
- Fix issue where values declared with type annotation would not show up in autocomplete, and would show no doc comment on hover. (See https://github.com/rescript-lang/rescript-vscode/issues/72).
1815
- Fix hover on definitions inside a react component module, or whenever multiple definitins for the same value exist in the module (See https://github.com/rescript-lang/rescript-editor-support/issues/67).
1916
- Fix autocomplete issue where multiple open's were considered in the wrong priority order (See https://github.com/rescript-lang/rescript-editor-support/issues/72).
17+
- Autocomplete: add support for `open!` in addition to `open`.
2018

2119
## Release 1.0.5 of rescript-vscode
2220
This [commit](https://github.com/rescript-lang/rescript-editor-support/commit/6bdd10f6af259edc5f9cbe5b9df06836de3ab865) is vendored in [rescript-vscode 1.0.5](https://github.com/rescript-lang/rescript-vscode/releases/tag/1.0.5).

0 commit comments

Comments
 (0)