We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2232d01 commit 86bf09cCopy full SHA for 86bf09c
CHANGELOG.md
@@ -45,6 +45,7 @@ These are only breaking changes for unformatted code.
45
- Remove unsafe ``` j`$(a)$(b)` ``` interpolation deprecated in compiler version 10 https://github.com/rescript-lang/rescript-compiler/pull/6068
46
- Remove deprecated module `Printexc`
47
- `@deriving(jsConverter)` not supported anymore for variant types https://github.com/rescript-lang/rescript-compiler/pull/6088
48
+- New representation for variants, where the tag is a string instead of a number. https://github.com/rescript-lang/rescript-compiler/pull/6088
49
50
#### :bug: Bug Fix
51
0 commit comments