mathjs v10.6.2 Release Notes

Release Date: 2022-06-24 // almost 2 years ago
    • ๐Ÿ‘Œ Improve TypeScript definitions of ParenthesisNode. Thanks @mattvague.
    • ๐Ÿ”„ Change the TypeScript definition of MathNodeCommon['type'] into a less strict string, so it is possible to extend with new Node classes. Thanks @mattvague.
    • ๐Ÿ‘Œ Improve TypeScript definitions of the factory function, thanks @mattvague.