Gleam v1.15.0 released

22 points by w0nder1ng


steinuil

The language server now performs best-effort zero value generation for decode.failure and has support for Nil when using the generate dynamic decoder code action.

Wow, I've been working on a Gleam project and writing tons of decoders by hand and somehow I never noticed that there are "generate dynamic decoder" and "generate to-JSON" code actions when selecting a type name. Very nice!

Gleam's LS is the best I've ever used and I'm glad the Gleam team is working on it as a first-class citizen.