Changelog for
ruby3.1-rubygem-terminal-table-3.0.2-lp153.5.5.x86_64.rpm :
* Tue Jan 25 2022 Stephan Kulow
updated to version 3.0.2 see installed History.rdoc 3.0.2 / 2021-09-19 ================== - fix align_column for nil values and colspan
* Thu Jun 24 2021 Stephan Kulow updated to version 3.0.1 see installed History.rdoc 3.0.1 / 2021-05-10 ================== - Support for unicode-display_width 2.0 - Fix issue where last row of an empty table changed format 3.0.0 / 2020-01-27 ================== - Support for (optional) Unicode border styles on tables. In order to support decent looking Unicode borders, different types of intersections get different types of intersection characters. This has the side effect of subtle formatting differences even for the ASCII table border case due to removal of certain intersections near colspans. For example, previously the output of a table may be: +------+-----+ | Title | +------+-----+ | Char | Num | +------+-----+ | a | 1 | | b | 2 | | c | 3 | +------+-----+ And now the `+` character above the word Title is removed, as it is no longer considered an intersection: +------------+ | Title | +------+-----+ | Char | Num | +------+-----+ | a | 1 | | b | 2 | +------+-----+ - The default border remains an ASCII border for backwards compatibility, however multiple border classes are included / documented, and user defined border types can be applied as needed. In support of this update, the following issues were addressed: - colspan creates conflict with colorize (#95) - Use nice UTF box-drawing characters by default (#99) - Note that `AsciiBorder` is stll the default - Border-left and border-right style (#100) - Helper function to style as Markdown (#111) - Achieved using `MarkdownBorder`
* Wed Jan 20 2021 Stephan Kulow updated to version 2.0.0 see installed History.rdoc 2.0.0 / 2020-10-28 ================== - Drops official support for Ruby 1.9.x with and of life on 2015-02-23 - Drops official support for Ruby 2.0.x with and of life on 2016-02-24 - Drops official support for Ruby 2.1.x with and of life on 2017-03-31 - Drops official support for Ruby 2.2.x with and of life on 2018-03-31 - Drops official support for Ruby 2.3.x with and of life on 2019-03-31
* Tue May 23 2017 cooloAATTsuse.com- updated to version 1.8.0 see installed History.rdoc 1.8.0 / 2017-05-16 ==================
* Top and bottom borders can be disabled (AATTkubakrzempek, #83)
* `unicode-display-width` dependency relaxes (AATTmvz, #88)
* Readme and docs fixes (AATTloualrid, #82 and AATTleoarnold, #86)
* Fixed some test-related warnings (AATTjuanitofatas, #81 and AATTmvz, #89)
* Thu Sep 22 2016 cooloAATTsuse.com- updated to version 1.7.3 see installed History.rdoc 1.7.3 / 2016-09-21 ==================
* Fixed compatibility issues for Ruby 1.9, 2.0, 2.1. (AATTvivekbisen, #80)
* Sat Sep 10 2016 cooloAATTsuse.com- updated to version 1.7.2 see installed History.rdoc 1.7.2 / 2016-09-09 ==================
* Fix packing table to a minimal width (AATTvizv, #76)
* Thu Sep 08 2016 cooloAATTsuse.com- updated to version 1.7.1 see installed History.rdoc 1.7.1 / 2016-08-29 ==================
* Update `unicode-display_width` to fix behavior with signal traps [#78, AATTjrmhaig]
* Wed Aug 31 2016 cooloAATTsuse.com- updated to version 1.7.0 see installed History.rdoc 1.7.0 / 2016-08-29 ================== All props to AATTvizv for this release!
* Fixed some spec failures
* Added support for full-width characters (East Asian alphabets, etc)
* Tue Jun 07 2016 cooloAATTsuse.com- updated to version 1.6.0 see installed History.rdoc
* Wed Jul 01 2015 cooloAATTsuse.com- updated to version 1.5.2 see installed History.rdoc
* Mon Jun 29 2015 cooloAATTsuse.com- updated to version 1.5.1 see installed History.rdoc
* Sat Jun 27 2015 cooloAATTsuse.com- updated to version 1.5.0 see installed History.rdoc
* Mon Oct 13 2014 adrianAATTsuse.de- adapt to new rubygem packaging style