Skip to content

Files

Latest commit

 

History

History
38 lines (24 loc) · 940 Bytes

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 940 Bytes

Changelog

Unreleased

Compiler

  • On the JavaScript target, bit arrays can now use the unit option to control the units of the size option. (Surya Rose)

Build tool

Language server

Formatter

Bug fixes

  • Fixed a bug where tuples with atoms in the first position could be incorrectly formatted by echo. (Louis Pilfold)

  • Fixed a bug where unlabelled arguments would be allowed after labelled arguments in variant constructor definitions. (Surya Rose)

v1.9.1 - 2025-03-10

Formatter

Bug fixes

  • Fixed a bug where echo used before a pipeline would generate invalid code for the Erlang target. (Giacomo Cavalieri)