-
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