Skip to content

Commit abe1773

Browse files
committed
format changelog
1 parent c06eaca commit abe1773

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
## v1.4.0
1616

1717
#### :rocket: [New Feature]
18+
1819
- Add command: ReScript: Restart Language Server
1920
- 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`.
2021
- Add configuration option for suppressing the "Do you want to start a build?" prompt.
2122
- Add configuration option for autostarting the Code Analyzer.
2223
- Report syntax errors as you type.
2324

2425
#### :bug: Bug Fix
26+
2527
- Fix issue with autocompletion for constructors in switch statements.
2628
- Fix issue with autocompletion inside template expressions.
2729
- Fix handling of local opens.
@@ -31,13 +33,16 @@
3133
- Fix issue where `@inline` was not suported by the command to generate an interface file.
3234

3335
#### :nail_care: [Polish]
36+
3437
- Add hover information with links to documentation for decorators.
3538
- Sync with latest parser/printer.
3639

3740
#### :house: [Internal]
41+
3842
- Support paths to rescript executables in arm64 architectures.
3943

4044
#### :boom: [Breaking Change]
45+
4146
- Drop support for `bs-patform`. Only `rescript` supported.
4247

4348
## 1.3.0

0 commit comments

Comments
 (0)