We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4205c commit 860e203Copy full SHA for 860e203
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## Version 0.3.0
4
+
5
+- Add `math-class` attribute to codepoints.
6
+ - Some codepoints have their math class overridden by Typst. This is the Unicode math class, not the one used by Typst.
7
8
+- The `id` of codepoints now returns a string without the `"U+"` prefix.
9
10
## Version 0.2.0
11
12
- Codepoints now have an `id` attribute which is its corresponding "U+xxxx" string.
src/typst.toml
@@ -1,6 +1,6 @@
[package]
name = "unichar"
-version = "0.2.0"
+version = "0.3.0"
entrypoint = "lib.typ"
authors = ["Malo <@MDLC01>"]
license = "MIT AND Unicode-3.0"
0 commit comments