mathjs v10.1.1 Release Notes

Release Date: 2022-02-02 // about 2 years ago
    • ๐Ÿ‘Œ Improvements and fixes in function simplify, thanks @gwhitney:
      • Fix #2393: regression bug in simplify('2-(x+1)').
      • Ad option consoleDebug to simplify to see what is going on.
    • ๐Ÿ›  Fix TypeScript definition of ConfigOptions, which was missing option predictable.