This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
Releases: pkra/mathjax-node-page
Releases · pkra/mathjax-node-page
3.2.0
Allow jsdom object as input/output
bug fix release
Bug Fixes
- Fix callback when last equation fails rendering #76
mathjax-node-page v3.0.1
Bug Fixes
- improve handling of forward-looking references (to avoid custom macros to be rendered before \newcommand, #69)
mathjax-node-page v3.0.0
Breaking Changes
- #58, #44 update to mathjax-node v2, jsdom v11
- changes to configuration
config.jsdom
now expectsvirtualConsole: true
,scripts:dangerously
displayErrors
are nowfalse
by default
- #63 update CLI to new yargs API
Bug Fixes
Misc
- #65 update readme
- #64 [travis] drop testing on node v6
- #56 Only create global cache element for SVG output -- thanks @lukasbestle!
mathjax-node-page v2.0.0
mathjax-node-page v1.4.1
Bug fixes
- lock yargs at v9 to avoid incompatibility with yargs v10 #53
mathjax-node-page v1.4.0
mathjax-node-page v1.3.1
mathjax-node-page v1.3.0
New features
- basic support for mathjax's custom script type #37
- The custom script types used by MathJax for TeX and AsciiMath input are now supported (but not MathML).