You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.1 KiB
94 lines
2.1 KiB
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 |
|
|
|
1.8.0 / 2017-05-16 |
|
================== |
|
|
|
* Top and bottom borders can be disabled (@kubakrzempek, #83) |
|
* `unicode-display-width` dependency relaxes (@mvz, #88) |
|
|
|
* Readme and docs fixes (@loualrid, #82 and @leoarnold, #86) |
|
* Fixed some test-related warnings (@juanitofatas, #81 and @mvz, #89) |
|
|
|
1.7.3 / 2016-09-21 |
|
================== |
|
|
|
* Fixed compatibility issues for Ruby 1.9, 2.0, 2.1. (@vivekbisen, #80) |
|
|
|
1.7.2 / 2016-09-09 |
|
================== |
|
|
|
* Fix packing table to a minimal width (@vizv, #76) |
|
|
|
1.7.1 / 2016-08-29 |
|
================== |
|
|
|
* Update `unicode-display_width` to fix behavior with signal traps [#78, @jrmhaig] |
|
|
|
1.7.0 / 2016-08-29 |
|
================== |
|
|
|
All props to @vizv for this release! |
|
|
|
* Fixed some spec failures |
|
* Added support for full-width characters (East Asian alphabets, etc) |
|
|
|
1.6.0 / 2016-06-06 |
|
================== |
|
|
|
* Added table styles - margin_left, all_separators. |
|
|
|
1.4.3 / 2011-10-13 |
|
================== |
|
|
|
* Optimize for faster table output. |
|
|
|
1.4.2 / 2010-01-14 |
|
================== |
|
|
|
* Fixed some bugs with colspan |
|
|
|
=== 1.4.1 / 2009-12-18 |
|
|
|
* Fix column alignment with separators. |
|
|
|
=== 1.4.0 / 2009-12-18 |
|
|
|
* Can now add :seperator arbitrarily in a table [thanks splattael] |
|
* Fix common typo: seperator -> separator [thanks splattael] |
|
|
|
=== 1.3.0 / 2009-10-16 |
|
|
|
* Major refactoring (functionality remains the same) |
|
|
|
=== 1.2.0 / 2009-08-06 |
|
|
|
* Added colspan support to table |
|
|
|
=== 1.1.0 / 2009-08-06 |
|
|
|
* Added colspan support to table |
|
|
|
=== 1.1.0 / 2009-07-13 |
|
|
|
* Added Table#== |
|
|
|
=== 1.0.5 / 2009-03-14 |
|
|
|
* Allowing nil to be passed to table for headings |
|
* Revised doc to show that rows can be splatted now |
|
* Misc refactoring |
|
|
|
=== 1.0.3 / 2009-01-15 |
|
|
|
* Moved yield or eval to Terminal::Table initialize where it belongs |
|
|
|
=== 1.0.0 / 2009-01-13 |
|
|
|
* Initial release
|
|
|