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

Changelog History
Page 15

  • v3.13.0 Changes

    May 12, 2017
    • ๐Ÿ’ป Command line application can now evaluate inline expressions like mathjs 1+2. Thanks @slavaGanzin.
    • ๐Ÿ‘ Function derivative now supports abs. Thanks @tetslee.
    • ๐Ÿ‘ Function simplify now supports BigNumbers. Thanks @tetslee.
    • Prevent against endless loops in simplify. Thanks @tetslee.
    • ๐Ÿ›  Fixed #813: function simplify converting small numbers to inexact Fractions. Thanks @tetslee.
    • ๐Ÿ›  Fixed #838: Function simplify now supports constants like e. Thanks @tetslee.
  • v3.12.3 Changes

    May 05, 2017
    • ๐Ÿ›  Fixed security vulnerabilities. Thanks Dan and Sam.
  • v3.12.2 Changes

    April 30, 2017
    • โž• Added a rocket trajectory optimization example.
  • v3.12.1 Changes

    April 24, 2017
    • ๐Ÿ›  Fixed #804
      • Improved handling of powers of Infinity. Thanks @HarrySarson.
      • Fixed wrong formatting of complex NaN.
    • ๐Ÿ›  Fixed security vulnerabilities in the expression parser. Thanks Sam and Dan.
  • v3.12.0 Changes

    April 17, 2017
    • Implemented QR decomposition, function math.qr. Thanks @HarrySarson.
    • ๐Ÿ›  Fixed #824: Calling math.random() freezes IE and node.js.
  • v3.11.5 Changes

    April 08, 2017
    • ๐Ÿ”’ More security measures in the expression parser. WARNING: the behavior of the expression parser is now more strict, some undocumented features may not work any longer.
      • Accessing and assigning properties is now only allowed on plain objects, not on classes, arrays, and functions anymore.
      • Accessing methods is restricted to a set of known, safe methods.
  • v3.11.4 Changes

    April 03, 2017
    • ๐Ÿ›  Fixed a security vulnerability in the expression parser. Thanks @xfix.
  • v3.11.3 Changes

    April 03, 2017
    • ๐Ÿ›  Fixed a security vulnerability in the expression parser. Thanks @xfix.
  • v3.11.2 Changes

    April 03, 2017
    • ๐Ÿ›  Fixed a security vulnerability in the expression parser. Thanks @xfix.
  • v3.11.1 Changes

    April 02, 2017
    • ๐Ÿ›  Fixed security vulnerabilities in the expression parser. Thanks Joe Vennix and @xfix.