Skip to content

0.17.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 12:25
· 99 commits to main since this release
  • Added #include "file.fss" support with cycle detection, sandbox-aware path checks, and file-aware error reporting.
  • Added module support for included scripts (module Foo) with scoped symbol resolution.
  • Introduced a protected built-in stdlib prelude and migrated List/Option core functions from runtime externs to stdlib scripts.
  • Added map pattern matching ({} and { [k] = v; ..tail }) and migrated map helpers to stdlib, removing collection extern files.
  • Updated samples/docs to cover includes, modules, and map matching.

Full Changelog: 0.16.0...0.17.0