Releases: nfejzic/mathemascii
Releases · nfejzic/mathemascii
v0.4.0
0.4.0 (2023-12-27)
⚠ BREAKING CHANGES
- remove
Token::is_var
method - improve rendering with fallbacks during parsing (#14)
Features
- fallback to operator when no expr recognized (7d8c86a)
- implicitly close grouping expressions (7d8c86a)
- improve rendering with fallbacks during parsing (#14) (7d8c86a)
- remove
Token::is_var
method (7d8c86a)
Bug Fixes
- add fallback to Element conversion for Other keyword (7d8c86a)
- add fallbacks when parsing color binary expr (7d8c86a)
- correctly handle
norm
groupings (7d8c86a) - correctly lex set minus operators (7d8c86a)
- correctly lex the divide symbol
-:
(7d8c86a) - correctly parse
cdots
,ldots
etc (7d8c86a) - correctly render
and
andor
logicals (7d8c86a) - fallback to default expression when parsing unary (7d8c86a)
- fallback to operator when lexing unknown symbol (7d8c86a)
- handle dots as operators instead of idents (7d8c86a)
- improve handling of cdots etc (7d8c86a)
- improve handling of matrix groupings (7d8c86a)
- render groupings in a
mrow
element (7d8c86a) - simplify handling of groupings (7d8c86a)
- simplify ungroup_map by direct conversion (7d8c86a)
- use more operator constructors (7d8c86a)
- use more pre-defined operator constructors (7d8c86a)
Miscellaneous Chores
- remove release-please manifest. (95cdecd)
v0.3.1
v0.3.0
v0.2.0
0.1.0
Full Changelog: https://github.com/nfejzic/mathemascii/commits/0.1.0