Changelog for
gleam-debugsource-1.5.1-lp160.1.3.x86_64.rpm :
* Thu Sep 26 2024 Gordon Leung
- Update to 1.5.1:
* Fixed a bug where Erlang file paths would not be escaped on Windows. (Louis Pilfold)
* Thu Sep 19 2024 Gordon Leung - Update to 1.5.0:
* Changelog: https://gleam.run/news/convenient-code-actions/
* Fri Aug 02 2024 Gordon Leung - Update to 1.4.0:
* Changelog: https://gleam.run/news/supercharged-labels/
* Gleam now requires Rust 1.79 to build
* Thu Jul 11 2024 Gordon Leung - 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 `AATTexternal` 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)
* Wed Jul 10 2024 Pi-Cla - Update to 1.3.1:
* Fixes a bug with import cycle detection when there is more than 2 imports in the cycle (Ameen Radwan)
* Tue Jul 09 2024 Gordon Leung - Update to 1.3.0:
* Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/
* Thu May 30 2024 Gordon Leung - 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)
* Mon May 27 2024 Gordon Leung - Update to 1.2.0:
* Changelog: https://gleam.run/news/fault-tolerant-gleam/
* Tue Apr 09 2024 Gordon Leung - Initial commit