Compare commits
6 Commits
c7d12bf6c6
...
v0.3.0
Author | SHA1 | Date | |
---|---|---|---|
3e74ad15ee | |||
6140cff3c5
|
|||
1be1dccb6b
|
|||
422681ba6e | |||
23af042a36
|
|||
2d56678d43 |
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v0.3.0] - 2025-05-03
|
||||||
|
- updated CeTZ to 0.3.4
|
||||||
|
- updated to Typst 0.13.1
|
||||||
|
- updated Tidy to 0.4.2
|
||||||
|
- updated Codly to 1.3.0 and codly-languages to 0.1.8
|
||||||
|
- added `ltr-bits` config option
|
||||||
|
- added a "Loading" section to the manual
|
||||||
|
|
||||||
## [v0.2.0] - 2025-02-23
|
## [v0.2.0] - 2025-02-23
|
||||||
- updated CeTZ to 0.3.2
|
- updated CeTZ to 0.3.2
|
||||||
- updated to Typst 0.13.0
|
- updated to Typst 0.13.0
|
||||||
|
@ -35,7 +35,7 @@ For more information, see the [manual](manual.pdf)
|
|||||||
|
|
||||||
To use this package, simply import `schema` from [rivet](https://typst.app/universe/package/rivet) and call `schema.load` to parse a schema description. Then use `schema.render` to render it, et voilà !
|
To use this package, simply import `schema` from [rivet](https://typst.app/universe/package/rivet) and call `schema.load` to parse a schema description. Then use `schema.render` to render it, et voilà !
|
||||||
```typ
|
```typ
|
||||||
#import "@preview/rivet:0.2.0": schema
|
#import "@preview/rivet:0.3.0": schema
|
||||||
#let doc = schema.load("path/to/schema.yaml")
|
#let doc = schema.load("path/to/schema.yaml")
|
||||||
#schema.render(doc)
|
#schema.render(doc)
|
||||||
```
|
```
|
Reference in New Issue
Block a user