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

Changelog History
Page 9

  • v6.0.0-beta.3

    June 05, 2019
  • v6.0.0-beta.2

    May 21, 2019
  • v5.10.3 Changes

    May 18, 2019
    • ๐Ÿ›  Fixed dependency del being a dependency instead of devDependency.
  • v5.10.2 Changes

    May 18, 2019
    • ๐Ÿ›  Fix #1515, #1516, #1517: broken package due to a naming conflict in the build folder of a util file typeOf.js and typeof.js. Solved by properly cleaning all build folders before building.
  • v5.10.1 Changes

    May 17, 2019
    • ๐Ÿ›  Fix #1512: format using notation engineering can give wrong results when the value has less significant digits than the number of digits in the output.
  • v5.10.0 Changes

    May 08, 2019
    • ๐Ÿ›  Fix lib/header.js not having filled in date and version. Thanks @kevjin.
    • โฌ†๏ธ Upgraded dependency [email protected], fixing an issue on node.js 12.
  • v5.9.0 Changes

    April 08, 2019
    • ๐Ÿ‘€ Implemented functions row and column (see #1413). Thanks @SzechuanSage.
    • ๐Ÿ›  Fixed #1459: engineering notation of function format not available for BigNumber.
    • ๐Ÿ›  Fixed #1465: node.toHTML() not correct for unary operators like factorial.
  • v5.8.0 Changes

    March 20, 2019
    • Implemented new function apply. Thanks @bnlcas.
    • Implemented passing an optional dimension argument to std and var. Thanks @bnlcas.
  • v5.7.0 Changes

    March 10, 2019
    • ๐Ÿ‘ Implemented support for pow() in derivative. Thanks @sam-19.
    • Gracefully handle round-off errors in fix, ceil, floor, and range (Fixes #1429, see also #1434, #1432). Thanks @ericman314.
  • v5.6.0 Changes

    March 02, 2019
    • โฌ†๏ธ Upgrade decimal.js to v10.1.1 (#1421).
    • ๐Ÿ›  Fixed #1418: missing whitespace when stringifying an expression containing "not".