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 16aaf56 commit 45c770cCopy full SHA for 45c770c
CHANGELOG.md
@@ -29,8 +29,10 @@
29
30
([Surya Rose](https://github.com/GearsDatapacks))
31
32
-- The performance of `==` and `!=` has been improved for single-variant custom types
33
- compared using `instanceof` instead of `isEqual(new Variant())`).
+- The performance of `==` and `!=` has been improved for single-variant custom
+ types when compiling to JavaScript. This was done by generating comparison
34
+ code specific to the custom type rather than using the generic equality check
35
+ code.
36
([Nafi](https://github.com/re-masashi))
37
38
- The lowercase bool pattern error is no longer a syntax error, but instead a
0 commit comments