Release Name: 1.0.0
Notes:
Report Abstract Interface. Creates text and html output, based on a common framework.
Changes:
=== 1.0.0 / 2009-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
|