Skip to content

v1.15.0

Compare
Choose a tag to compare
@grokify grokify released this 13 Aug 11:47
· 537 commits to master since this release

Overview

  1. feat: table: add Table.FormatColumn()
  2. feat: table: add Table.String()
  3. enhance: table: enable Table.Pivot() to add Columns

Updates

  1. feat: table: add Table.FormatColumn()
  2. enhance: table: enable Table.Pivot() to add Columns
  3. dep: go mod: update
  4. feat: table: add Table.String()
  5. fix: table: ReadTable() set csvReader.FieldsPerRecord to -1 when No… …
  6. simplify: table: rename ReadFile()
  7. comments: table: add