Skip to content

Releases: SaswatPadhi/pseudocode.js

v2.4.1: Bug Fixes

09 Jun 22:37
fc5eb2b
Compare
Choose a tag to compare

Full Changelog: v2.4.0...v2.4.1

v2.4.0: Per-Element Options Override

28 May 19:06
4cfd05d
Compare
Choose a tag to compare
  • added support for per-element overriding of rendering options, suggested by @dppalomar in #27
  • fixed server-side rendering issue reported by @benabel in #24; now supported with MathJax 3+
  • fixed npm / vuejs build errors reported by @yjl9903 and @Ir1d in #21

v2.3.0: Improved rendering

28 May 00:55
673bbb7
Compare
Choose a tag to compare

See the commit log for more details.

v2.2.0: \BREAK, \CONTINUE, \DOWNTO

27 May 02:17
1c53f91
Compare
Choose a tag to compare

See the commit log for more details.

v2.1.0: Bug fixes and Improvements

27 May 02:16
8bbbd69
Compare
Choose a tag to compare
  • Added a cleaner, simpler API call renderElement
  • Fixed issues with MathJax support and rendering

v2.0.0: Support for MathJax 2.x and 3.x

27 May 02:17
9f99c3f
Compare
Choose a tag to compare
  • Added \REPEAT, \UNTIL, \INPUT, \OUTPUT macros
  • Upgraded dependencies, specifically eslint which had a security vulnerability
  • Upgraded KaTeX dependency and tested with latest KaTeX version
  • Added support for MathJax 2.x and 3.x (see #12)

See the commit log for more details.

v1.1: Upgrade all dependencies (e.g., KaTeX 0.9)

18 Jan 09:25
Compare
Choose a tag to compare

Change log:

  1. Upgrade package.json to use the latest dependencies;
  2. Remove font files from the repository, use KaTeX's font files instead;
  3. Test with the latest 0.8 version of KaTeX;
  4. Fix a bug that makes all texts in math environment to lowercase.
  5. Improve coding style of JS files;
  6. Update README.md.

First major release

26 Mar 16:02
Compare
Choose a tag to compare

See README for usage.