Releases: xu-cheng/katex-rs
Releases · xu-cheng/katex-rs
Release 0.4.6
- 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
- Update KaTeX to 0.16.3.
Release 0.4.4
- Update KaTeX to 0.15.3.
- Use named feature in
Cargo.toml
.
Release 0.4.3
- Update KaTeX to 0.15.2.
Release 0.4.2
- Update KaTeX to 0.15.1.
Release 0.4.1
- Support Node.js in
wasm-js
backend.
Release 0.4.0
- 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
v0.4.0-alpha.3
Release 0.4.0-alpha.2
v0.4.0-alpha.2
Release 0.4.0-alpha.1
v0.4.0-alpha.1