Releases: MDLC01/unichar
Releases · MDLC01/unichar
Unichar 0.3.2
Unichar 0.3.1
- Improve
codepointshow rule. - Fix a panic occurring when using a codepoint that does not blong to a block.
- Update to Unicode 17.0.0.
Unichar 0.3.0
-
Add
math-classattribute to codepoints.- Some codepoints have their math class overridden by Typst. This is the Unicode math class, not the one used by Typst.
-
The
idof codepoints now returns a string without the"U+"prefix.
Unichar 0.2.0
-
Codepoints now have an
idattribute which is its corresponding "U+xxxx" string. -
The
blockattribute of a codepoint now contains aname, astart, and asize. -
Fix an issue that made some codepoints cause a panic.
-
Include data from NameAlias.txt.
Unichar 0.1.0
- Add the
codepointfunction.