1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
0.9.0 Dec 5, 2014 - Early gecko
0.8.9 Apr 19, 2014
- Add columnize method to Array class and a place to set its default options
- Add option :colfmt to allow a format specifier to use (e.g. '%02d') in stringifying
list items
- Add option linesuffix (default is "\n")
- When using arrange_array each line now has trailing ","
0.3.6 Dec 17, 2011
- rename version.rb columnize/version.rb so as not to conflict with
another package called version
- Administrivia - shorten gemcutter description
0.3.5 Nov 24, 2011
- Handle situation where an array element is larger than the display width.
0.3.4 July 4, 2011
- Change to Ruby License
- Add option 'term_adjust' to ignore terminal sequences in text
- Add :ljust => :auto to decide whether or not to automatically
left or right justify. When passing a hash parameter, the default
is :auto.
0.3.3 June 12, 2011 Fleetwood release
- More general but simpler inteface using an options
hash. Compatibility is maintaind though.
0.3.2
- Mostly Administrivia.
* Add .gemspec, correct description field and add a summary.
* Add Columnize::VERSION
* Simplify Rakefile
* Add stub Makefiles
0.3.1 (01-07-26)
- Correct for Ruby 1.9 (Mark Moseley)
- add optional lineprefix parameter
0.3.0 (01-10-09) - Sam Woodward Release
- Fix bad bug in arranging horizontally
0.2.1 (12-31-08)
- Add ability to run columns horizontally
0.2
- Minor - get rid of hacky $0 test
0.1
- Initial release of Columnize, a module to print an Array in
column-sorted order
|