Skip to content

Releases: colinc86/MathJaxSwift

v3.4.0

19 Jul 04:14
e23d6ea
Compare
Choose a tag to compare

What's Changed

  • Add batch input methods.
    • You can now submit multiple input strings to convert in a single method call to a MathJax instance.
  • Update npm packages.

Pull Requests

Full Changelog: v3.3.0...v3.4.0

v3.3.0

08 Jun 23:31
01797ab
Compare
Choose a tag to compare

What's Changed

🎉 This release adds the rest of the document and input options!

  • Add MIT license
  • Update README to include examples
  • Add accessibility extension options
  • Add contextual menu options
  • Add safe extension options
  • Add TeX extension options
  • Add developer options (with some exceptions)
  • Update tests
  • Remove MathJax documentation comments and point to the official docs

Pull Requests

Full Changelog: v3.2.3...v3.3.0

v3.2.3

31 May 01:53
f3c7293
Compare
Choose a tag to compare

What's Changed

  • Update packages/latest webpack and rebuild. by @colinc86 in #30

Full Changelog: v3.2.2...v3.2.3

v3.2.2

14 Dec 21:37
Compare
Choose a tag to compare

Initial release.

Full Changelog: v3.2.2-beta.4...v3.2.2

v3.2.2-beta.4

12 Dec 00:46
7638918
Compare
Choose a tag to compare
v3.2.2-beta.4 Pre-release
Pre-release

Get packages working with TeX input processor options.

  • For now they should be configured (if needed) through the corresponding dictionary on the input processor options.

Full Changelog: v3.2.2-beta.3...v3.2.2-beta.4

v3.2.2-beta.3

09 Dec 23:10
2c748e9
Compare
Choose a tag to compare
v3.2.2-beta.3 Pre-release
Pre-release

Rework errors.

  • Parse and throw MathML style errors.
  • Add sync methods with inout Error? parameters.

Full Changelog: v3.2.2-beta.2...v3.2.2-beta.3

v3.2.2-beta.2

08 Dec 22:34
c82aea6
Compare
Choose a tag to compare
v3.2.2-beta.2 Pre-release
Pre-release

Add support for TeX packages and their configurations.

  • Currently, all available packages are loaded by the MathJax instance.
  • The configuration allows you to determine which packages the TeX input processor should use.
  • You can set package options using the corresponding dictionary in TeXInputProcessorOptions.

Full Changelog: v3.2.2-beta.1...v3.2.2-beta.2

v3.2.2-beta.1

07 Dec 04:31
b7a571c
Compare
Choose a tag to compare
v3.2.2-beta.1 Pre-release
Pre-release

Each release will use the tag v3.2.2-beta.x until a stable release is created, at which point it will track with the the MathJax GitHub repo.

  • Initial pre-release.
  • Does not yet include developer options or TeX extension options.