Skip to content

0.20.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 21:13
· 169 commits to main since this release
  • Improved map match semantics to support intuitive key-based lookup patterns.
  • Added support for multi-key map patterns, with optional ..tail.
  • Preserved dynamic extraction patterns ({ [k] = v; ..tail }).
  • Added map-pattern sample (samples/map-matching.fss) and updated syntax/tests accordingly.

Full Changelog: 0.19.0...0.20.0