Fork of daniellemaywood.uk/gleam — Wasm codegen work
889 B
Changelog#
Unreleased#
Compiler#
Build tool#
- When adding a package that does not exist on Hex, the message is a bit friendlier. (Ameen Radwan)
Language server#
- The language server now allows extracting the start of a pipeline into a variable. (Giacomo Cavalieri)
Formatter#
Bug fixes#
-
The compiler now correctly tracks the minimum required version for constant record updates to be
>= 1.14.0. (Giacomo Cavalieri) -
The compiler now correctly tracks the minimum required version for expressions in
BitArrays'sizeoption to be>= 1.12.0. (Giacomo Cavalieri) -
The language server no longer recommends the discouraged
@targetattribute. (Hari Mohan)