mathjs v3.17.0 Release Notes

Release Date: 2017-11-18 // over 6 years ago
    • ๐Ÿ‘Œ Improved simplify for nested exponentiations. Thanks @IvanVergiliev.
    • ๐Ÿ›  Fixed a security issue in typed-function allowing arbitrary code execution in the JavaScript engine by creating a typed function with JavaScript code in the name. Thanks Masato Kinugawa.
    • ๐Ÿ›  Fixed a security issue where forbidden properties like constructor could be replaced by using unicode characters when creating an object. No known exploit, but could possibly allow arbitrary code execution. Thanks Masato Kinugawa.