0.4.0 (2023-12-27)
- remove
Token::is_var
method - improve rendering with fallbacks during parsing (#14)
- 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)
- 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)
- remove release-please manifest. (95cdecd)
0.3.1 (2023-12-22)
0.3.0 (2023-12-22)
- implement parsing of ascii math (#1) (28e9abd)
- implement rendering to MathMl format (#4) (4171de1)
- reduce redundancy of grouping symbols (#11) (176696b)
- run tests with cargo-nextest (92f4a45)