v0.3.0
This release support for multiple assets per-format (i.e. html), which allows you to bundle JS/CSS packages as Typst packages. I am currently building out a few example packages in this repo--- the first of which is a slides package that makes it possible to produce revealjs slideshows through HTML export, and to concurrently note in a PDF document where to click next slide.
What's Changed
- Systematizes version for easier bumps by @breezykermo in #121
- Allows multiple asset blocks for each format by @breezykermo in #122
- Adds
[format].packagessyntactic sugar in rheo.toml by @breezykermo in #123 - Automagically resolve Rheo packages from
#importstatements in content by @breezykermo in #124 - Removes rheo.toml packages sugar by @breezykermo in #125
- Upgrades all outdated dependencies: toml 0.9→1.1, html5ever 0.36→0.39… by @breezykermo in #126
- v0.3.0 by @breezykermo in #127
Full Changelog: v0.2.1...v0.3.0