|
| 1 | +# Changelog |
| 2 | + |
| 3 | +> **Tags:** |
| 4 | +> |
| 5 | +> - :boom: [Breaking Change] |
| 6 | +> - :eyeglasses: [Spec Compliance] |
| 7 | +> - :rocket: [New Feature] |
| 8 | +> - :bug: [Bug Fix] |
| 9 | +> - :memo: [Documentation] |
| 10 | +> - :house: [Internal] |
| 11 | +> - :nail_care: [Polish] |
| 12 | +
|
1 | 13 | ## master
|
2 | 14 |
|
3 |
| -## 1.4.0 |
| 15 | +## v1.4.0 |
| 16 | + |
| 17 | +#### :rocket: [New Feature] |
| 18 | +- Add command: ReScript: Restart Language Server |
| 19 | +- Extend integration with reanalyze for code analysis. Support both `dce` and `exception` analysis which can be configured to e.g. both run by adding `{"reanalyze": {"analysis": ["dce", "exception"]} }` in `bsconfig.json`. |
| 20 | +- Add configuration option for suppressing the "Do you want to start a build?" prompt. |
| 21 | +- Add configuration option for autostarting the Code Analyzer. |
| 22 | +- Report syntax errors as you type. |
4 | 23 |
|
| 24 | +#### :bug: Bug Fix |
5 | 25 | - Fix issue with autocompletion for constructors in switch statements.
|
6 | 26 | - Fix issue with autocompletion inside template expressions.
|
7 | 27 | - Fix handling of local opens.
|
8 | 28 | - Fix extension crash when renaming a file.
|
9 |
| -- Add hover information with links to documentation for decorators. |
10 |
| -- Add command: ReScript: Restart Language Server |
11 | 29 | - Fix issue where the server would crash on genType's errors.
|
12 |
| -- Extend integration with reanalyze for code analysis. Support both `dce` and `exception` analysis which can be configured to e.g. both run by adding `{"reanalyze": {"analysis": ["dce", "exception"]} }` in `bsconfig.json`. |
13 | 30 | - Fix issue where the server would crash if the project contains an OCaml file with a syntax error.
|
14 |
| -- Add configuration option for suppressing the "Do you want to start a build?" prompt. |
15 |
| -- Add configuration option for autostarting the Code Analyzer. |
| 31 | +- Fix issue where `@inline` was not suported by the command to generate an interface file. |
| 32 | + |
| 33 | +#### :nail_care: [Polish] |
| 34 | +- Add hover information with links to documentation for decorators. |
16 | 35 | - Sync with latest parser/printer.
|
| 36 | + |
| 37 | +#### :house: [Internal] |
17 | 38 | - Support paths to rescript executables in arm64 architectures.
|
18 |
| -- Fix issue where `@inline` was not suported by the command to generate an interface file. |
19 |
| -- Report syntax errors as you type. |
20 |
| -- `*` Drop support for `bs-patform`. Only `rescript` supported. |
| 39 | + |
| 40 | +#### :boom: [Breaking Change] |
| 41 | +- Drop support for `bs-patform`. Only `rescript` supported. |
21 | 42 |
|
22 | 43 | ## 1.3.0
|
23 | 44 |
|
|
0 commit comments