Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) · 1.7 KB

Changelog

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.

[Unreleased]

0.10.1 - 2023-12-01

Changed

  • Hid the default recipe (from just -l) in the .justfile.
  • Removed tag argument wherever it's not needed in the .justfile.

Added

  • Added Development and Publishing a Typst package sections in the README.md.
  • Added keywords in the typst.toml: ルビ, 振り仮名, ふりがな.

0.10.0 - 2023-11-24

Changed

  • Values are now compared with "first-class values" types instead of strings (see Typst 0.8.0 release notes) (breaking change).

Added

  • Added minimal Typst version to 0.8.0 (see the reason above).

0.9.2 - 2023-09-14

Fixed

  • Fixed import in example.typ.

0.9.1 - 2023-09-14

Fixed

  • Fixed example.typ.

0.9.0 - 2023-09-14

Changed

Now kebab case is used instead of snake case.

  • Renamed function get_ruby to get-ruby (breaking change).
  • Renamed get-ruby's argument auto_spacing to auto-spacing (breaking change).

0.8.0 - 2023-07-03

Initial release.