Skip to content

0.24.0

Choose a tag to compare

@github-actions github-actions released this 05 May 07:33
· 153 commits to master since this release

Language

  • 🚧 Constants cannot be used in pattern matching.
  • Alternative patterns can be defined for case expressions. (#757)
  • Allow matching on records in pattern matching. (#755)
  • Automatically serialize custom types. (#750)

Standard Library

  • Added Array.all function. (#753)

Bug fixes

  • Don't raise error when trying to substitute on records.
  • Parenthesize state setters generated function. (#766)
  • Fix decoding tuples where the value was nullable.

Housekeeping