|
| 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 |
|
| 15 | +## v1.4.0 |
| 16 | + |
| 17 | +#### :rocket: New Feature |
| 18 | + |
| 19 | +- Add command: ReScript: Restart Language Server |
| 20 | +- 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`. |
| 21 | +- Add configuration option for suppressing the "Do you want to start a build?" prompt. |
| 22 | +- Add configuration option for autostarting the Code Analyzer. |
| 23 | +- Report syntax errors as you type. |
| 24 | + |
| 25 | +#### :bug: Bug Fix |
| 26 | + |
3 | 27 | - Fix issue with autocompletion for constructors in switch statements.
|
4 | 28 | - Fix issue with autocompletion inside template expressions.
|
5 | 29 | - Fix handling of local opens.
|
6 | 30 | - Fix extension crash when renaming a file.
|
7 |
| -- Add hover information with links to documentation for decorators. |
8 |
| -- Add command: ReScript: Restart Language Server |
9 | 31 | - Fix issue where the server would crash on genType's errors.
|
10 |
| -- 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`. |
11 | 32 | - Fix issue where the server would crash if the project contains an OCaml file with a syntax error.
|
12 |
| -- Add configuration option for suppressing the "Do you want to start a build?" prompt. |
13 |
| -- Add configuration option for autostarting the Code Analyzer. |
| 33 | +- Fix issue where `@inline` was not suported by the command to generate an interface file. |
| 34 | + |
| 35 | +#### :nail_care: Polish |
| 36 | + |
| 37 | +- Add hover information with links to documentation for decorators. |
14 | 38 | - Sync with latest parser/printer.
|
| 39 | + |
| 40 | +#### :house: Internal |
| 41 | + |
15 | 42 | - Support paths to rescript executables in arm64 architectures.
|
16 |
| -- Fix issue where `@inline` was not suported by the command to generate an interface file. |
| 43 | + |
| 44 | +#### :boom: Breaking Change |
| 45 | + |
| 46 | +- Drop support for `bs-patform`. Only `rescript` supported. |
17 | 47 |
|
18 | 48 | ## 1.3.0
|
19 | 49 |
|
|
0 commit comments