Releases: raydog/mathfmt
Releases · raydog/mathfmt
Release list
v0.1.2
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
Quick hotfix.
Fixed
- "main" attribute was wrong in npm uploaded asset.
v0.1.0
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
intoMathMLmethod, to convert ASCIIMath syntax into MathML.