packages feed

typst-symbols-0.2: CHANGELOG.md

# Revision history for typst-symbols

## 0.2

* Reorganize API (breaking API change). Now we only export one
  module, `Typst.Symbols`. This contains `typstSymbols`,
  `typstEmojis`, and `mathSymbolShorthands`, as well as types
  `Sym` and `MathClass`. `typstSymbols` and `typstEmojis` are no
  longer lists of tuples. Instead, they are lists of `Sym`
  records, which now include deprecation and math symbol class
  information. `scrape-symbols.hs` has been changed tot generate
  the new API. See jgm/texmath#288 for motivation.

## 0.1.9.1

* Fix small regression in 0.1.9, in which variation selector code points
  were included after some symbols.

## 0.1.9

* Updaet to typst 0.14.

## 0.1.8.1

* Revert sorting in scrape-symbols.hs, introduced mistakenly in 0.1.8.

* Regenerate symbol tables, so that defaults for things like `dots` are fixed.

## 0.1.8

* Update to typst 0.13.

## 0.1.7

* Update to typst 0.12.

## 0.1.6

* Update to typst 0.11.

## 0.1.5

* Update to typst 0.9.

## 0.1.4

* Add Typst.Shorthands with symbol shorthand table.

## 0.1.3.1

* Fix symbol-scraping script and symbols for typst 0.7.

## 0.1.3

* Update symbols for typst 0.7.

## 0.1.2

* Update symbols for typst 0.6.

## 0.1.1

* Update symbols for typst 0.5
* Relax lower bound of `base`.

## 0.1.0.1

* Relax lower bound of `base` to 4.12.

## 0.1.0.0

* Initial release.