Release Name: 1.2.0
Notes:
Report Abstract Interface. Creates text, html and rtf output, based on a common framework.
Changes:
=== 1.2.0 / 2010-03-28
*ReporBuilder::Table
* Colspans works as expected on Html and Text. On Rtf the cells doesn't merge, because ruby-rtf doesn't support it.
* Better tests for Html and Text.
* Classes related to Generator renamed to Builder, because these correspond to Builder pattern
* Flexible codes for formats. You could use :text or :txt as :format for ReportBuilder#generate. See ReportBuilder::Builder.code for more information
|