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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
## v1.4.0
16
16
17
-
#### :rocket:[New Feature]
17
+
#### :rocket: New Feature
18
18
19
19
- Add command: ReScript: Restart Language Server
20
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`.
@@ -32,16 +32,16 @@
32
32
- Fix issue where the server would crash if the project contains an OCaml file with a syntax error.
33
33
- Fix issue where `@inline` was not suported by the command to generate an interface file.
34
34
35
-
#### :nail_care:[Polish]
35
+
#### :nail_care: Polish
36
36
37
37
- Add hover information with links to documentation for decorators.
38
38
- Sync with latest parser/printer.
39
39
40
-
#### :house:[Internal]
40
+
#### :house: Internal
41
41
42
42
- Support paths to rescript executables in arm64 architectures.
43
43
44
-
#### :boom:[Breaking Change]
44
+
#### :boom: Breaking Change
45
45
46
46
- Drop support for `bs-patform`. Only `rescript` supported.
0 commit comments