* Sun Jan 05 2025 litma Leung <pirateclip@protonmail.com>
- Update to 1.7.0:
* Changelog: https://gleam.run/news/improved-performance-and-publishing/
* Tue Dec 03 2024 litma Leung <pirateclip@protonmail.com>
- Update to 1.6.3:
* Fixed a bug where Gleam would be unable to compile to BEAM
bytecode on older versions of Erlang/OTP. (yoshi)
* Mon Nov 25 2024 litma Leung <pirateclip@protonmail.com>
- Update to 1.6.2:
* Fixed a bug where patterns in use expressions would not be checked
to ensure that they were exhaustive. (Surya Rose)
* Wed Nov 20 2024 litma Leung <pirateclip@protonmail.com>
- Update to 1.6.1:
* fix update use_manifest logic (Jason Sipula)
* 1.6.0 Changelog: https://gleam.run/news/context-aware-compilation/
* Thu Sep 26 2024 litma 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 litma Leung <pirateclip@protonmail.com>
- Update to 1.5.0:
* Changelog: https://gleam.run/news/convenient-code-actions/
* Fri Aug 02 2024 litma 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 litma 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 litma Leung <pirateclip@protonmail.com>
- Update to 1.3.0:
* Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/
* Thu May 30 2024 litma 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 litma Leung <pirateclip@protonmail.com>
- Update to 1.2.0:
* Changelog: https://gleam.run/news/fault-tolerant-gleam/
* Tue Apr 09 2024 litma Leung <pirateclip@protonmail.com>
- Initial commit