All Versions
12
Latest Version
Avg Release Cycle
33 days
Latest Release
989 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