mathjs v11.3.0 Release Notes

Release Date: 2022-10-11 // over 1 year ago
    • ๐Ÿ‘ Allow creating new subclasses of Node in TypeScript (#2772). Note that this disables being able to narrow MathNodes by using the .type property. Use typeguards like isOperatorNode(...) instead (see #2810). Thanks @mattvague.
    • ๐Ÿ›  Fix #2793: flatten() cloning entries of array/Matrix (#2799).
    • ๐Ÿ›  Fix #2627: TypeScript definitions of pinv missing (#2804). Thanks @HanchaiN.
    • โšก๏ธ Update dependencies to [email protected].