mathjs v10.5.2 Release Notes

Release Date: 2022-05-09 // about 2 years ago
    • ๐Ÿ›  Fix #2553: @types/mocha defined in dependencies instead of devDependencies, causing problems in projects that use a different version of this dependency. Thanks @Kolahzary.
    • ๐Ÿ›  Fix #2550: remove examples/node_modules folder from the npm package.
    • ๐Ÿ›  Fix #2528: improve contribution guidelines (#2548).
    • Document SymbolNode.onUndefinedSymbol and FunctionNode.onUndefinedFunction.