Skip to content

Releases: nfejzic/mathemascii

v0.4.0

27 Dec 18:28
42cc9d8
Compare
Choose a tag to compare

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 and or 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

22 Dec 23:38
Compare
Choose a tag to compare

0.3.1 (2023-12-22)

Bug Fixes

v0.3.0

22 Dec 23:07
Compare
Choose a tag to compare

0.3.0 (2023-12-22)

Features

  • 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)

v0.2.0

15 Dec 00:29
Compare
Choose a tag to compare

0.2.0 (2023-12-15)

Features

  • implement parsing of ascii math (#1) (28e9abd)
  • implement rendering to MathMl format (#4) (4171de1)
  • run tests with cargo-nextest (92f4a45)

0.1.0

15 Dec 00:20
Compare
Choose a tag to compare