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 31300a4 commit e13cd54Copy full SHA for e13cd54
CHANGELOG.md
@@ -48,6 +48,12 @@
48
49
([fruno](https://github.com/fruno-bulax/))
50
51
+- Changing the source of a package (like going from hex to a path dependency)
52
+ now correctly updates the manifest to reflect this. Previously the source
53
+ was not updated, causing gleam to hit hex to resolve versions on every
54
+ operation.
55
+ ([fruno](https://github.com/fruno-bulax/))
56
+
57
- The performance of `==` and `!=` has been improved for single-variant custom
58
types when compiling to JavaScript. This was done by generating comparison
59
code specific to the custom type rather than using the generic equality check
0 commit comments