Skip to content

v0.0.2

Choose a tag to compare

@machow machow released this 10 Nov 17:00
· 2731 commits to main since this release
73af05c

This release introduces the foundational GT object with core table-building capabilities, including value formatting, header content, and annotation methods.

New Features

  • GT class — A top-level table object providing the primary interface for building and customizing tables.
  • fmt_*() methods — A comprehensive set of formatting methods for transforming cell values in the table body.
  • Title and note methods — Methods for adding titles, subtitles, and table notes to provide context and annotations.

Internal

  • Groundwork for spanners, row columns, and group columns (to be exposed in a future release).