Skip to content

Releases: scicave/math-latex-parser

Update to version v1.2.1

25 Dec 12:31
3a685b0
Compare
Choose a tag to compare

[1.2.1] - 2020-10-25

Fix

  • Fix the issue (#1).

Update to version v1.1.1

03 Sep 18:59
Compare
Choose a tag to compare

[1.1.1] - 2020-3-9

Added

  • Add files property in package.json to reduce the package size, and delete the development files.

Update to version v1.1.0

03 Sep 17:34
Compare
Choose a tag to compare

[1.1.0] - 2020-3-9

Added

  • Tests for the basic arithmetics and autoMult option
  • Tests for options.functions
  • Preparing input before parsing, enabling parsing when the passed expression has some unimportant groups such as as{da } ^{13}{/6} -> as da ^{13} /6
  • Types "prod", "sqrt" to Node types.

Changed

  • the error message when parsing \dfhgw, which is not defined, the parser throw "undefined control sequence dfhgw";
  • Sqrt now is parsed with type = "sqrt" not "function" as before.

Fix

  • \lef( [expression] \right): an error was thrown when we try to parse such an expression, it considered right as control sequence name
  • Make the argument for BlockParentheses instance of Array

First realease, npm package created

22 Aug 20:13
Compare
Choose a tag to compare