v0.13.10
·
100 commits
to master
since this release
-
Bug fix: Fixed unexpected semicolon to comma conversion in nested math arguments. Previously, typstyle would incorrectly convert semicolons to commas in complex nested mathematical expressions like
$mat(mat(1; 2); mat(3; 4))$. -
Refactor: Extracted WASM features into a separate
typstyle-wasmcrate. This improves the modular architecture by separating WebAssembly-specific functionality from the core library. -
API Enhancement: Added rendering IR functionality to the formatter. The
Formatternow provides arender_ir()method that allows developers to inspect the pretty-printing intermediate representation, which can be useful for debugging and understanding the formatting process.