Package Release Info

gleam-1.5.1-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gleam

Change Logs

* Thu Sep 26 2024 Gordon Leung <pirateclip@protonmail.com>
- 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 <pirateclip@protonmail.com>
- Update to 1.5.0:
  * Changelog: https://gleam.run/news/convenient-code-actions/
* Fri Aug 02 2024 Gordon Leung <pirateclip@protonmail.com>
- 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 <pirateclip@protonmail.com>
- 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)
* Wed Jul 10 2024 Pi-Cla <pirateclip@protonmail.com>
- 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 <pirateclip@protonmail.com>
- Update to 1.3.0:
  * Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/
* Thu May 30 2024 Gordon Leung <pirateclip@protonmail.com>
- 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 <pirateclip@protonmail.com>
- Update to 1.2.0:
  * Changelog: https://gleam.run/news/fault-tolerant-gleam/
Version: 1.1.0-bp156.1.2
* Tue Apr 09 2024 Gordon Leung <pirateclip@protonmail.com>
- Initial commit