We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5fc0d commit 850921aCopy full SHA for 850921a
CHANGELOG.md
@@ -11,10 +11,15 @@ The project does _not_ follow Semantic Versioning and the changes are documented
11
12
- The unnecessary super types of the tuple type were removed and are not necessary anymore.
13
14
+### Added
15
+
16
+- RecordValues can have a customized string representation.
17
18
### Fixed
19
20
- Empty-like nodes now automatically select the first code completion entry if there is only one entry.
21
- Enum literals now can be compared for equality in the generator.
22
+- String representation of RecordValues is improved.
23
24
## March 2024
25
0 commit comments