History.txt in convert_theme-0.2.0 vs History.txt in convert_theme-0.3.0

- old
+ new

@@ -1,4 +1,20 @@ +=== 0.3.0 / 2009-09-27 + +Major: +* content_id is now a required argument of the CLI; instead of --content_id flag +* Replace some DOM content with <%= yield :some_label %> with --inside_yields: + convert_theme path/to/app path/to/rails_app content_box \ + "--inside_yield=header=>#header h2" \ + --inside_yield=sidebar=>#sidebar +* insert <%= yield(:head) %> at the end of the <head> section of layouts + +Minor: +* Can use css paths to identify inner html to replace with <%= yield :some_header %>. + For example, to constructor pass :inside_yields => { :some_header => "header h3" } +* removing PostInstall.txt from project +* Remove the current spec/tmp from the gem + === 0.2.0 / 2009-09-26 Major: * Using Rubigen to install files, which means you get prompted about conflicts.