CHANGELOG.rdoc in table-for-1.2.1 vs CHANGELOG.rdoc in table-for-2.0.0
- old
+ new
@@ -1,13 +1,22 @@
-1.1.0 (February 4, 2012)
+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:
+ <% table.column do %>
+ <%= table.current_record.name %>
+ <% end %>
-* Removed dependency on rails 3.1, switched to >= 3.0.0
+1.2.1 (February 9, 2012)
+* Moved table_for_evaluated_options method into BuildingBlocks gem and renamed to evaluated_procs
+* Also now utilizing a method created in BuildingBlocks called evaluated_proc
+* The url for an edit, show, and delete link can now be a Proc that takes the current row's domain object as a paramter
+
1.2.0 (February 5, 2012)
* Upgraded dependency on BuildingBlocks to at least version 1.2.0
-1.2.1 (February 9, 2012)
+1.1.0 (February 4, 2012)
-* Moved table_for_evaluated_options method into BuildingBlocks gem and renamed to evaluated_procs
-* Also now utilizing a method created in BuildingBlocks called evaluated_proc
-* The url for an edit, show, and delete link can now be a Proc that takes the current row's domain object as a paramter
+* Removed dependency on rails 3.1, switched to >= 3.0.0
\ No newline at end of file