Skip to content

Releases: xu-cheng/katex-rs

Release 0.3.4

30 Apr 03:54
f6a2d6c
Compare
Choose a tag to compare
  • Update KaTeX to 0.13.3.

Release 0.3.3

15 Mar 02:52
1230bbd
Compare
Choose a tag to compare
  • Make Opts Sync + Send. Fix #7.
  • Deprecate the usage of TrustCallback. It will be removed in the next version.

Release 0.3.2

05 Feb 00:09
975a05c
Compare
Choose a tag to compare
  • Update QuickJS.

Release 0.3.1

02 Dec 01:35
705e686
Compare
Choose a tag to compare
  • Add support for chemical equations (\ce) by contrib/mhchem.min.js (PR #4)

Release 0.3.0

19 Nov 20:29
2480f2a
Compare
Choose a tag to compare
  • Allow passing opts as reference or value.
  • Apply clippy suggestions

Release 0.2.4

12 Jul 22:26
4a9b093
Compare
Choose a tag to compare
  • Updated katex to 0.12.0

Release 0.2.3

11 Jul 02:32
3861836
Compare
Choose a tag to compare
  • Fix Opts::add_macro.

Release 0.2.2

11 Jul 02:14
a1bdb70
Compare
Choose a tag to compare
  • Add functions to manipulate Opts directly.

Release 0.2.1

11 Jul 02:14
1635939
Compare
Choose a tag to compare
  • Enable patched feature for quick-js

Release 0.2.0

03 Feb 12:35
7d1daaf
Compare
Choose a tag to compare
  • Rename TrustCallBack to TrustCallback.