CHANGELOG.rdoc in table-for-3.1.5 vs CHANGELOG.rdoc in table-for-3.2.0

- old
+ new

@@ -1,7 +1,10 @@ +3.2.0 +* Changed the way configuration is done for TableFor. It is still done through TableFor.setup {|config|}, but some of the options have changed. Namely, the new configuration options are thead_tag, tbody_tag, tfoot_tag. If you do not want thead, tbody, or tfoot tags to be rendered, you can specify this in the setup block as follows: TableFor.setup {|config| config.thead_tag = nil; config.tbody_tag = nil; config.tfoot_tag = nil }. In addition, you can also globally define styles for the table as follows: TableFor.setup {|config| config.table_html = {:class => "table striped"}}. This undoes what was was released in 2.1.0 + 3.1.5 -* Added automatic internationalization (thanks killthekitten) +* Added automatic internationalization (thanks {killthekitten}[https://github.com/killthekitten]) 3.1.0 * Since templating was moved from blocks into its own gem with_template, TableFor::Base now extends WithTemplate::Base instead of Blocks::Base. 3.0.0 @@ -34,6 +37,6 @@ * Upgraded dependency on BuildingBlocks to at least version 1.2.0 1.1.0 (February 4, 2012) -* Removed dependency on rails 3.1, switched to >= 3.0.0 \ No newline at end of file +* Removed dependency on rails 3.1, switched to >= 3.0.0