All Versions
243
Latest Version
Avg Release Cycle
27 days
Latest Release
661 days ago

Changelog History
Page 16

  • v3.11.0 Changes

    April 02, 2017
    • Implemented method Unit.toSI() to convert a unit to base SI units. Thanks @ericman314.
    • ๐Ÿ›  Fixed #821, #822: security vulnerabilities in the expression parser. Thanks @comex and @xfix.
  • v3.10.3 Changes

    March 31, 2017
    • ๐Ÿ”’ More security fixes related to the ones fixed in v3.10.2.
  • v3.10.2 Changes

    March 31, 2017
    • ๐Ÿ›  Fixed a security vulnerability in the expression parser allowing execution of arbitrary JavaScript. Thanks @CapacitorSet and @denvit.
  • v3.10.1 Changes

    March 26, 2017
    • ๐Ÿ›  Fixed xgcd for negative values. Thanks @litmit.
    • ๐Ÿ›  Fixed #807: function transform of existing functions not being removed when overriding such a function.
  • v3.10.0 Changes

    March 05, 2017
    • Implemented function reshape. Thanks @patgrasso and @ericman314.
    • ๐Ÿ‘€ Implemented configuration option seedRandom for deterministic random numbers. Thanks @morsecodist.
    • ๐Ÿ›  Small fixes in the docs. Thanks @HarrySarson.
    • โฌ‡๏ธ Dropped support for component package manager (which became deprecated about one and a half year ago).
  • v3.9.3 Changes

    February 22, 2017
    • ๐Ÿ›  Fixed #797: issue with production builds of React Native projects.
    • ๐Ÿ›  Fixed math.round not accepting inputs NaN, Infinity, -Infinity.
    • โฌ†๏ธ Upgraded all dependencies.
  • v3.9.2 Changes

    February 16, 2017
    • ๐Ÿ›  Fixed #795: Parse error in case of a multi-line expression with just comments.
  • v3.9.1 Changes

    February 06, 2017
    • ๐Ÿ›  Fixed #789: Math.js not supporting conversion of string to BigNumber, Fraction, or Complex number.
    • ๐Ÿ›  Fixed #790: Expression parser did not pass function arguments of enclosing functions via scope to functions having rawArgs = true.
    • ๐Ÿ›  Small fixes in the docs. Thanks @HarrySarson.
  • v3.9.0 Changes

    January 23, 2017
    • ๐Ÿ‘ Implemented support for algebra: powerful new functions simplify and derivative. Thanks @ericman314, @tetslee, and @BigFav.
    • Implemented Kronecker Product kron. Thanks @adamisntdead.
    • โช Reverted FunctionNode not accepting a string as function name anymore.
    • ๐Ÿ›  Fixed #765: FunctionAssignmentNode.toString() returning a string incompatible with the function assignment syntax.
  • v3.8.1 Changes

    December 15, 2016
    • Implemented function mad (median absolute deviation). Thanks @ruhleder.
    • ๐Ÿ›  Fixed #762: expression parser failing to invoke a function returned by a function.