All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.10.1 - 2023-12-01
- Hid the default recipe (from
just -l
) in the.justfile
. - Removed
tag
argument wherever it's not needed in the.justfile
.
- Added
Development
andPublishing a Typst package
sections in theREADME.md
. - Added keywords in the
typst.toml
:ルビ
,振り仮名
,ふりがな
.
0.10.0 - 2023-11-24
- Values are now compared with "first-class values" types instead of strings (see Typst 0.8.0 release notes) (breaking change).
- Added minimal Typst version to
0.8.0
(see the reason above).
0.9.2 - 2023-09-14
- Fixed import in example.typ.
0.9.1 - 2023-09-14
- Fixed example.typ.
0.9.0 - 2023-09-14
Now kebab case is used instead of snake case.
- Renamed function
get_ruby
toget-ruby
(breaking change). - Renamed
get-ruby
's argumentauto_spacing
toauto-spacing
(breaking change).
0.8.0 - 2023-07-03
Initial release.