Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdavey committed Oct 24, 2010
1 parent 6ef5019 commit 9323a68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Git (for upcoming v0.2.0 release)
v0.2.0 (Oct 24, 2010)

* [DEPRECATED] use of table.data method without = in erb or haml. See README for more information.
* This gem is now Rails 3 only
* Update to Rails 3 API and idioms
* [DEPRECATED] use of table.data method without = in erb or haml. See README for more information.
* Add default table html options
* Add default lambda (table block) so that table_for can be called without passing a block
* Add has_one associations
* Add heading html hook for <th> elements
* Super-basic mongoid support (2.x branch)
* Add ability to pass :action_prefix an array (Thanks, brunowernimont)

v0.1.3 (Dec 28, 2009)

Expand Down
2 changes: 1 addition & 1 deletion lib/tabletastic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tabletastic
VERSION = "0.2.0.pre6"
VERSION = "0.2.0"
end

0 comments on commit 9323a68

Please sign in to comment.