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.
0.2.0 - 2026-05-30¶
Added¶
tab_spannermethod for adding grouped column headers.LocSpannerfor targeting spanners for styling.cols_movemethod for moving table columns after another column.- Pipe method for applying functions to
TypTableobjects in a method chain. tab_footermethod for adding table footer notes.LocFooterfor targeting the footer for styling.
Changed¶
- Changed rendering pipeline to centralise string concatenation.
0.1.4 - 2026-05-10¶
Fix¶
- Fix not being able to use expression to style columns that had been formatted.
Documented¶
- Comparison between pure Typst and
typ-tables.