Skip to content

Commit c06eaca

Browse files
committed
Beautify change log.
1 parent a283b2d commit c06eaca

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

CHANGELOG.md

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,44 @@
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+
113
## master
214

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.
423

24+
#### :bug: Bug Fix
525
- Fix issue with autocompletion for constructors in switch statements.
626
- Fix issue with autocompletion inside template expressions.
727
- Fix handling of local opens.
828
- Fix extension crash when renaming a file.
9-
- Add hover information with links to documentation for decorators.
10-
- Add command: ReScript: Restart Language Server
1129
- 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`.
1330
- 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.
1635
- Sync with latest parser/printer.
36+
37+
#### :house: [Internal]
1738
- 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.
2142

2243
## 1.3.0
2344

0 commit comments

Comments
 (0)