Skip to content

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 20:05
· 673 commits to main since this release

v0.29.0 -- 2025-09-26

Added

  • Added support for passing commands to the REPL (#1768)
  • Added support for running simulations in multiple threads with the rust backend (#1637)
  • The REPL now prints a diff between states when it makes a transition (#1783)

Changed

  • Behavior of oneOf in the rust simulator now matches the typescript one (#1773)
  • The REPL now prints file embedded expressions when executing them (#1774)

Deprecated

Removed

Fixed

  • Fixed copying and pasting multi-line expressions from the REPL (#1776)

Security