- On the JavaScript target, bit arrays can now use the
unit
option to control the units of thesize
option. (Surya Rose)
-
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)
- Improved the formatting of pipelines printed with
echo
. (Giacomo Cavalieri)
- Fixed a bug where
echo
used before a pipeline would generate invalid code for the Erlang target. (Giacomo Cavalieri)