Skip to content

v0.3.0

Choose a tag to compare

@DerekCorniello DerekCorniello released this 31 May 17:34
· 65 commits to main since this release
96d77f5

Added

  • Syntax highlighting support: Added TextMate and Tree-sitter grammar support with setup guidance for VSCode, Sublime Text, JetBrains, Neovim, and Helix.
  • Setup documentation: New mux-website/docs/setup.md with language installation and editor configuration guides.

Changed

  • Profiling decoupled: Removed built-in profiling infrastructure (mux-profiling crate) from compiler and runtime. Profiling now uses external tools (perf, Instruments, WPA) only.
  • Code quality improvements: Pinned GitHub Actions versions, added --locked to cargo commands, added Cargo.lock files, refactored Python and JavaScript generators to fix SonarQube findings.

Fixed

  • Code review cleanup: Removed orphaned profiling scripts, cleaned up empty scope blocks in compiler, and fixed numbered list in CONTRIBUTING.md.