Sha256: b63a065128788fa6be4ca4387f5b97e051604414f7b42b602458f8af9e4e994c
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
=== 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 === 1.1.1 / 2010-03-24 * Test suite replaces Test::Unit for Test::MiniUnit and Hpricot for Nokogiri * Bug fix: rtf generator doesn't accept a ReportBuilder::Image object * Improved output for rtf on tables and headers of sections * More documentation === 1.1.0 / 2010-03-23 * Added rtf support === 1.0.0 / 2010-03-22 Change of API: * Deleted "add_" before methods * Massive use of block after functions, to allow easy creation of reports For example, you can create ReportBuilder.generate(:name=>"Report 1", :format=>:html) do text("A paragraph") preformatted("a pre statement") end === 1.0.0 / 2009-08-12 * 1 major enhancement * Birthday!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reportbuilder-1.2.0 | History.txt |