Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 12:42
· 2 commits to main since this release
53ff7b0

Minor Changes

  • c1700b9: Add a generic column.string() helper for text columns with explicit field-based configuration and neutral header defaults derived from the field name when possible.

    column.title() remains available as a deprecated compatibility preset so existing title-based tables keep working while new code can adopt the more general string helper.