File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- # unreleased
1
+ # 1.21.0
2
2
3
3
## Features
4
4
5
5
- Make ` inlay-hint ` for function parameters configurable (#1515 )
6
+
6
7
- Add custom ` ocamllsp/jumpToTypedHole ` to navigate through typed holes (#1516 )
8
+
7
9
- Add a code-action for combining pattern cases (just relaying on regex) (#1514 )
10
+
8
11
- Allow (by configuration) shortening of diagnostics (just highlighting the first line) (#1513 )
12
+
9
13
- Fix ` yojson_of_t ` for ` Nullable_option ` : serialize ` None ` as ` Null ` instead of asserting false (#1525 fixes #1524 )
10
14
11
15
## Fixes
12
16
13
17
- Support for ` class ` , ` class type ` , ` method ` and ` property ` for ` DocumentSymbol ` query (#1487 fixes #1449 )
18
+
14
19
- Fix ` inlay-hint ` for function parameters (#1515 )
20
+
15
21
- More precise diagnostics in the event of a failed identifier search (` Definition_query ` ) (#1518 )
22
+
16
23
- Remove ` ocamlformat ` application after ` destruct ` (that remove some useful parenthesis) (#1519 )
17
24
18
25
- Add a new server option ` standardHover ` , that can be used by clients to
You can’t perform that action at this time.
0 commit comments