summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src
AgeCommit message (Collapse)Author
2023-08-06Query-System for metadata (#1812)Beiri22
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-08-03Search additional font paths before system/embedded (#1847)Luke Chambers
2023-08-03fix(cli): include export in compile time (#1816)Wenzhuo Liu
2023-08-01Fix datetime offset (#1845)Beiri22
2023-08-01Change package search and caching pathLaurenz
Brings local packages in line with changes to the package repository. See also: https://github.com/typst/packages/issues/61
2023-07-19Add infrastructure for compiler warnings (#1731)lolstork
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-07-10Fix `typst watch` not working with some text editors (#1680)Trévis Morvany
2023-07-04Reword CLI docsLaurenz
2023-07-02Move everything into `crates/` directoryLaurenz