Skip to content

Releases: xu-cheng/katex-rs

Release 0.4.6

05 Feb 10:52
6039b28
Compare
Choose a tag to compare
  • Update KaTeX to 0.16.4.
  • Expose KaTeX version in katex::KATEX_VERSION.
  • Use GAT in js engine traits.
  • Use 2021 edition.

Release 0.4.5

22 Nov 01:33
922522a
Compare
Choose a tag to compare
  • Update KaTeX to 0.16.3.

Release 0.4.4

07 May 21:23
7e5b821
Compare
Choose a tag to compare
  • Update KaTeX to 0.15.3.
  • Use named feature in Cargo.toml.

Release 0.4.3

13 Jan 20:51
35e2d74
Compare
Choose a tag to compare
  • Update KaTeX to 0.15.2.

Release 0.4.2

01 Nov 04:48
6426100
Compare
Choose a tag to compare
  • Update KaTeX to 0.15.1.

Release 0.4.1

06 Sep 09:37
c915433
Compare
Choose a tag to compare
  • Support Node.js in wasm-js backend.

Release 0.4.0

06 Sep 02:49
2e85f37
Compare
Choose a tag to compare
  • Update KaTeX to 0.13.18.
  • Support multiple JS backends. You can choose appropriate backend based on your environment.
    • quick-js: Enable by default. Use quick-js as the JS backend.
    • duktape: Use duktape as the JS backend. You need to disable the default features to enable this backend as shown in the below example.
      katex = { version = "0.4.0", default-features = false, features = ["duktape"] }
    • wasm-js: Use wasm-bindgen and js-sys as the JS backend. You need to disable the default features to enable this backend as shown in the below example. Currently, it only supports browser environment. Node.js is unsupported.
      katex = { version = "0.4.0", default-features = false, features = ["wasm-js"] }

Release 0.4.0-alpha.3

05 Sep 08:11
ca71e33
Compare
Choose a tag to compare
Release 0.4.0-alpha.3 Pre-release
Pre-release
v0.4.0-alpha.3

Release 0.4.0-alpha.2

05 Sep 07:48
2b033cc
Compare
Choose a tag to compare
Release 0.4.0-alpha.2 Pre-release
Pre-release
v0.4.0-alpha.2

Release 0.4.0-alpha.1

12 May 01:01
6a46610
Compare
Choose a tag to compare
Release 0.4.0-alpha.1 Pre-release
Pre-release
v0.4.0-alpha.1