All Versions
12
Latest Version
Avg Release Cycle
33 days
Latest Release
1316 days ago

Changelog History
Page 1

  • v3.1.9 Changes

    August 16, 2021
    • ๐Ÿ›  fix bug: #32 Misplaced format If there are UTF-8 characters in the data (thanks @haptear)
  • v3.1.8 Changes

    August 07, 2021
    • ๐Ÿ›  fix bug: #30 Misplaced format If there are UTF-8 characters in the data (thanks @haptear)
  • v3.1.7 Changes

    April 20, 2021
    • ๐Ÿ‘ allow developer support their datasource
  • v3.1.6 Changes

    April 20, 2021
    • ๐Ÿ›  fix bug #25 List crashed when using with string type
  • v3.1.5 Changes

    February 28, 2021
    • 0๏ธโƒฃ introduce WithHeaderTextAlignment, allow user custom header alignment, if it's not defined, it will get text alignment setting, default is left
    • ๐Ÿ›  fix bug: double header formatter
  • v3.1.4 Changes

    February 22, 2021
    • ๐Ÿ‘Œ support text alignment center
    • ๐Ÿ”„ change order of items in enum TableAligntment
    • โœ‚ remove titleAlignment (use TextAlignment instead)
    • restructure project
  • v3.1.3 Changes

    February 21, 2021
    • ๐Ÿ— meta rows should be invoked when table is building
    • table title alignment (left/right/center)
  • v3.1.2 Changes

    February 12, 2021
    • ๐Ÿ›  fix title coloring issue when using table alignment center/right
  • v3.1.1 Changes

    February 12, 2021
    • ๐Ÿ›  fix bug table alignment
  • v3.1.0 Changes

    February 12, 2021
    • โž• add test project
    • ๐Ÿ‘ allow custom BorderLeft, BorderRight, BorderTop, BorderBottom
    • ๐Ÿ— re-implement custom format builder
    • color table title (text color & background color)
    • ๐Ÿ— replace old formats (markdown, alternative ...) by CustomFormat builder
    • Trim table line/border/divider if all chars are space
    • ๐Ÿ‘ allow custom padding left, padding right of cell content
    • ๐Ÿ“‡ rename some variables
    • ๐Ÿ›  fix bug: allow using title on old formats
    • โž• add new method .WithFormatter, allow user re-format content/header value