File: CHANGELOG.rdoc

package info (click to toggle)
ruby-text-table 1.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 268 kB
  • ctags: 37
  • sloc: ruby: 805; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
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
=== 1.2.3 (2013-04-15)

* Fixed performance issue with large number of rows (thanks Kaoru Maeda)

=== 1.2.2 (2010-03-29)

* Fixed Ruby 1.9 warnings on shadowed outer local variables (thanks Claudio Bustos)

=== 1.2.1 (2010-01-05)

* Initialize a Text::Table with an empty array for its rows as default.

=== 1.2.0 (2010-01-05)

* Added an easy way to align columns.
* Fixed compatibility with Ruby 1.8.6

=== 1.1.0 (2009-12-28)

* Centered headers by default.
* Revamped specs and made them more extensive.

=== 1.0.1 (2009-12-21)

* Initial stable release.