CHANGELOG.rdoc in table-for-2.0.0 vs CHANGELOG.rdoc in table-for-2.1.0
- old
+ new
@@ -1,4 +1,9 @@
+2.1.0 (August 15, 2013)
+* Switched main gem dependency from building-blocks to blocks
+* Added the ability to configure a default table class in an initializer (for example: TableFor.setup do |config| config.default_table_class = "table striped" end)
+* Aliased current_record with current_row, so as you're iterating over the records, you can now call table.current_row
+
2.0.0 (October 18, 2012)
* Upgraded to BuildingBlocks 2.0.0
* Renamed thead block to header, tbody to body, add added an empty footer block to the default table implementation
* Utilized features from BuildingBlocks 2.0.0, such as collection declaration of blocks, and collection rendering of blocks
* Current record being iterated over no longer needs to be passed in as a parameter to the block, but can be accessed via the table.current_record, such as:
\ No newline at end of file