Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

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' size option to be >= 1.12.0. (Giacomo Cavalieri)

  • The language server no longer recommends the discouraged @target attribute. (Hari Mohan)