Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 887 Bytes

File metadata and controls

48 lines (27 loc) · 887 Bytes

1.4.3 / 2011-10-13

* Optimize for faster table output.

1.4.2 / 2010-01-14

* Fixed some bugs with colspan
  • Fix column alignment with separators.

  • Can now add :seperator arbitrarily in a table [thanks splattael]

  • Fix common typo: seperator -> separator [thanks splattael]

  • Major refactoring (functionality remains the same)

  • Added colspan support to table

  • Added colspan support to table

  • Added Table#==

  • Allowing nil to be passed to table for headings

  • Revised doc to show that rows can be splatted now

  • Misc refactoring

  • Moved yield or eval to Terminal::Table initialize where it belongs

  • Initial release