| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 1.5.1: * Fixed a bug where Erlang file paths would not be escaped on Windows. (Louis Pilfold)
- Update to 1.5.0: * Changelog: https://gleam.run/news/convenient-code-actions/
- Update to 1.4.0: * Changelog: https://gleam.run/news/supercharged-labels/ * Gleam now requires Rust 1.79 to build
- Update to 1.3.2:
Language Server
* The language server no longer shows completions when inside a literal string.
(Giacomo Cavalieri)
Bug Fixes
* Fixed a bug where the compiler would report errors for duplicate `@external`
attributes with inconsistent spans between Erlang and JavaScript.
(Connor Szczepaniak)
* Fixed a bug where `gleam add` would fail to parse version specifiers
correctly.
(Louis Pilfold)
* Fixed a bug where single clause case expressions could generate JavaScript
code with incorrectly rewritten JavaScript variable names.
(Louis Pilfold)
- Update to 1.3.1: * Fixes a bug with import cycle detection when there is more than 2 imports in the cycle (Ameen Radwan)
- Update to 1.3.0: * Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/
- Update to 1.2.1: * Fixed a bug where the compiler could fail to detect modules that would clash with Erlang modules. (Louis Pilfold) * Fixed a bug where dependency version resolution could crash for certain release candidate versions. (Marshall Bowers) * Fixed a bug where trailing comments would be moved out of a bit array. (Giacomo Cavalieri)
- Update to 1.2.0: * Changelog: https://gleam.run/news/fault-tolerant-gleam/
- Initial commit