Sha256: 7e0e6e84b088fc3cf5924602a824291e66658bca44ad77d4f8f4c842fb85ce9b
Contents?: true
Size: 1.45 KB
Versions: 5
Compression:
Stored size: 1.45 KB
Contents
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
Version data entries
5 entries across 5 versions & 2 rubygems