Skip to content

Commit

Permalink
Update changelog and note that we target typst 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 22, 2023
1 parent a3539c2 commit caa5602
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Revision history for typst-hs

## 0.3.2.0

* Add metadata element.

* Add dedup method for vector.

* Add math.class

* Make MAttach on symbols include limits if symbol is relation.
This is a 0.7 change: "Changed relations to show attachments as limits
by default (e.g. in $a ->^x b$)."

* Add Typst.MathClass.

* Add im, id, tr text operators.

* Parse math symbol shorthands as identifiers.

* Use typst-symbols 0.1.4 so we get all of the defined shorthands.

* Fix tests because of breaking symbol change ident -> equiv.

* Depend on dev texmath.

## 0.3.1.0

* Allow multiplying a ratio by a length.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Typst-hs is a Haskell library for parsing and evaluating typst
syntax. Typst (<https://typst.app>) is a document formatting
and layout language, like TeX.

Currently this library targets v0.6.0 of typst, and offers only
Currently this library targets v0.7.0 of typst, and offers only
partial support. There are two main components:

- a parser, which produces an AST from a typst document
Expand Down
2 changes: 1 addition & 1 deletion typst.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.3.2.0
synopsis: Parsing and evaluating typst syntax.
description: A library for parsing and evaluating typst syntax.
Typst (<https://typst.app>) is a document layout and
formatting language. This library targets typst 0.6
formatting language. This library targets typst 0.7
and currently offers only partial support.
license: BSD-3-Clause
license-file: LICENSE
Expand Down

0 comments on commit caa5602

Please sign in to comment.