Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 23:40
· 6 commits to main since this release
a6e416d
  • Base Gleam version: v1.6.3

  • Updated Glistix to Gleam v1.6.3 (#34 and #35).

    • Remarkably for Docker container users, this release brings a new scratch container without anything installed other than the Glistix compiler, which is useful for Nix target users.
    • In addition, this release brings variant inference in pattern matching, allowing one to access and update fields specific to each matched type variant in a case expression, as well as more LSP code actions such as to add missing type annotations to a function.
    • You can read more in the official Gleam blog post here: https://gleam.run/news/context-aware-compilation/