Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Releases: pkra/mathjax-node-page

3.2.0

20 May 11:32
Compare
Choose a tag to compare

Features

  • add option to pass a function for rendering error handling #79

Allow jsdom object as input/output

20 May 08:58
Compare
Choose a tag to compare

Features

  • Add passing input and result by jsdom object #75 #62

bug fix release

21 Mar 11:12
7c0b569
Compare
Choose a tag to compare

Bug Fixes

  • Fix callback when last equation fails rendering #76

mathjax-node-page v3.0.1

23 Aug 18:36
Compare
Choose a tag to compare

Bug Fixes

  • improve handling of forward-looking references (to avoid custom macros to be rendered before \newcommand, #69)

mathjax-node-page v3.0.0

19 Jun 11:19
Compare
Choose a tag to compare

Breaking Changes

  • #58, #44 update to mathjax-node v2, jsdom v11
  • changes to configuration
    • config.jsdom now expects virtualConsole: true, scripts:dangerously
    • displayErrors are now false by default
  • #63 update CLI to new yargs API

Bug Fixes

  • #61 [main] globalSVG: set namespace manually
  • #47 [TeX] basic support for forward-looking references

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

12 Dec 08:30
Compare
Choose a tag to compare

A major release that overhauls quite a bit of the internals.

Features

  • Allow to pass custom mathjax-node instance #49, #14
  • provide access to the generated styles #28
  • make stylesheet injection optional #27
  • option to return jsdom nodes #7

Thanks for this release go entirely to @roman-spiridonov 🥇

mathjax-node-page v1.4.1

29 Oct 17:58
Compare
Choose a tag to compare

Bug fixes

  • lock yargs at v9 to avoid incompatibility with yargs v10 #53

mathjax-node-page v1.4.0

05 May 19:53
Compare
Choose a tag to compare

New Features

  • global override option for output renderer #46, #30

mathjax-node-page v1.3.1

05 May 19:18
Compare
Choose a tag to compare

Bug fixes

  • fix: passing jsdom options to jsdom #45, #41

mathjax-node-page v1.3.0

05 May 19:16
Compare
Choose a tag to compare

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).