You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,15 @@
15
15
## v1.4.0
16
16
17
17
#### :rocket:[New Feature]
18
+
18
19
- Add command: ReScript: Restart Language Server
19
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`.
20
21
- Add configuration option for suppressing the "Do you want to start a build?" prompt.
21
22
- Add configuration option for autostarting the Code Analyzer.
22
23
- Report syntax errors as you type.
23
24
24
25
#### :bug: Bug Fix
26
+
25
27
- Fix issue with autocompletion for constructors in switch statements.
26
28
- Fix issue with autocompletion inside template expressions.
27
29
- Fix handling of local opens.
@@ -31,13 +33,16 @@
31
33
- Fix issue where `@inline` was not suported by the command to generate an interface file.
32
34
33
35
#### :nail_care:[Polish]
36
+
34
37
- Add hover information with links to documentation for decorators.
35
38
- Sync with latest parser/printer.
36
39
37
40
#### :house:[Internal]
41
+
38
42
- Support paths to rescript executables in arm64 architectures.
39
43
40
44
#### :boom:[Breaking Change]
45
+
41
46
- Drop support for `bs-patform`. Only `rescript` supported.
0 commit comments