Revision history for Prettier::Table
1.1.3 2022-12-14T00:00:00-05:00
- Switched to Text::Wrap:ver<0.0.3+> to address bug in Text::Wrap
1.1.2 2022-11-11T00:00:00-05:00
- Corrected bug in Improved handling of Nil cells
1.1.1 2022-11-11T00:00:00-05:00
- Improved handling of Nil cells
1.1.0 2022-11-08T00:00:00-05:00
- Added markdown support
.set-style(MARKDOWN)
- Added ability specify styles with strings instead of constants
.set-style('MSWORDF-FRIENDLY')
- Added helpful messages when you attempt to set alignment
(horizontal and vertical) on column names that don't match anything.
- Fixed vertical alignment bug
vertical alignment settings were assigned to horizontal
alignment hash. Still not entirely sure vertical alignment works.
- Fixed MSWORD-FRIENDLY formatting
- Added dependency on Listicles package
1.0.0 2022-11-06T00:00:00-05:00
- Reworked to use ASCII Box Drawing Characters for smooth lines
- Remove slice support
- commented out pending a fix to a rakudo bug
0.0.2 2020-02-07T20:50:33-05:00
- Add missing tests
- Make it possible to slice a table
- Fix minor issue caused by skipping spaces when splitting newlines
0.0.1 2020-01-30T00:12:09.489133-05:00
- Initial version