Skip to content

Releases: raydog/mathfmt

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 17:54
928baf3

Fixed

  • "Stretchy" modifier was being ignored for some math operators.
  • Fixed a bug where augmented matrixes weren't being rendered correctly.
  • Hardened the behavior around invalid inputs. (For example: providing an object instead of a string parameter could cause a crash.)

Internal

  • Improved the bundle size a bit.
  • Added more tests around the public API.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 04:57
5dc9d15

Quick hotfix.

Fixed

  • "main" attribute was wrong in npm uploaded asset.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 04:57
b501056

The first release! Yay, hopefully this means that OIDC is working. 😅

This first version is pretty basic on the API side of things, but in terms of functionality, it should support the full list of ASCIIMath features, or at least, all the features I could find.

We provide a few minified browser versions: The .js version will create a global MathFmt object, which contains an intoMathML function, for all your formatting needs. The .mjs version will instead export that function using an ESM.

Added

  • Main intoMathML method, to convert ASCIIMath syntax into MathML.