mathjs v10.0.0 Release Notes

Release Date: 2021-11-03 // over 2 years ago
  • !!! BE CAREFUL: BREAKING CHANGES IN THE TYPESCRIPT DEFINITIONS !!!

    • ๐Ÿ‘Œ Improvements to the Typescript typings (commit fc5c202e). Thanks @joshhansen. First introduced in v9.5.1, but reverted because it contains breaking changes.

    Breaking changes: interface MathNode is now renamed to MathNodeCommon and the related interfaces are structured in a different way.

    • ๐Ÿ›  Fixed a typo in the TypeScript definition of toHTML. Thanks @TheToto.