-
Added wrapper_id, use_wrapper, and container_class options
-
Deprecated the raise_error_if_no_tab_found configuration setting. Replaced it with config.when_action_has_no_tab.
-
Changed some gem versions in the development dependencies.
-
Added support for Rails 3.1 (finally!).
-
Fixed bug where the tabs generator would crash if there were index routes that were not named.
-
No longer requires Rubygems version > 1.4.0; requires > 1.3.7 instead.
-
Moved tab file from config/initializers/tabulous.rb to app/tabs/tabulous.rb.
-
Changed syntax so that config.tabs and config.actions accepts a block.
-
Changed homepage in gemspec.
-
Initial release.