All Versions
12
Latest Version
Avg Release Cycle
33 days
Latest Release
1316 days ago
Changelog History
Page 1
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