"The Gleam language server now includes a code action to generate a dynamic decoder for a custom type. This feature addresses a drawback of Gleam's sound type system, whereby converting untyped input from the outside world into data of known types requires additional code that would not be required in unsound systems."
"More secure credential handling is offered for the Hex package manager, where Hex credentials are only requested once to create a long-lived API token, stored and encrypted via a local password."
"For package namespace checking, the gleam publish command now checks for top-level namespace pollution, explaining the problem and asking for confirmation if it is present, which helps prevent issues for users of the package."
"Gleam's bit array literal syntax provides a way to build and to pattern match on binary data, with optimizations in the compiler for JavaScript to generate faster and smaller code for int values in these expressions."
Collection
[
|
...
]