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 fa71b88 commit ba32828Copy full SHA for ba32828
CHANGELOG.md
@@ -57,6 +57,12 @@
57
request limits in large projects.
58
([fruno](https://github.com/fruno-bulax/))
59
60
+- Missing patterns in error messages and the "Add missing patterns" code action
61
+ are no longer sorted lexicographically. Instead, they now consider the order
62
+ in which variants were defined. As programmers often group "related" variants
63
+ together, this should mean less reshuffling after inserting missing patterns!
64
+ ([fruno](https://github.com/fruno-bulax/))
65
+
66
- The performance of `==` and `!=` has been improved for single-variant custom
67
types when compiling to JavaScript. This was done by generating comparison
68
code specific to the custom type rather than using the generic equality check
0 commit comments