Releases: SaswatPadhi/pseudocode.js
Releases · SaswatPadhi/pseudocode.js
v2.4.1: Bug Fixes
-
fixed empty
options
handling bug (reported by @femtomc in #42) introduced in per-element options override feature -
fixed calls to
renderElement
fromrenderClass
Full Changelog: v2.4.0...v2.4.1
v2.4.0: Per-Element Options Override
v2.3.0: Improved rendering
v2.2.0: \BREAK, \CONTINUE, \DOWNTO
- @J08nY added \DOWNTO (#14 ) macro
- @leovan added \BREAK, and \CONTINUE (#17) macros
fixed Vue.js build errors reported by @yjl9903 in #21- fixed documentation errors reported by @reisman234 in #20 and @ZacharyEspiritu in #23
See the commit log for more details.
v2.1.0: Bug fixes and Improvements
- 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
- 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)
Change log:
- Upgrade package.json to use the latest dependencies;
- Remove font files from the repository, use KaTeX's font files instead;
- Test with the latest 0.8 version of KaTeX;
- Fix a bug that makes all texts in math environment to lowercase.
- Improve coding style of JS files;
- Update README.md.
First major release
See README for usage.