Skip to content

Releases: MDLC01/unichar

Unichar 0.3.0

18 Sep 15:15
Compare
Choose a tag to compare
  • Add math-class attribute to codepoints.

    • Some codepoints have their math class overridden by Typst. This is the Unicode math class, not the one used by Typst.
  • The id of codepoints now returns a string without the "U+" prefix.

Unichar 0.2.0

14 Sep 16:54
Compare
Choose a tag to compare
  • Codepoints now have an id attribute which is its corresponding "U+xxxx" string.

  • The block attribute of a codepoint now contains a name, a start, and a size.

  • Fix an issue that made some codepoints cause a panic.

  • Include data from NameAlias.txt.

Unichar 0.1.0

12 Sep 17:15
Compare
Choose a tag to compare
  • Add the codepoint function.