HISTORY in asset_hat-0.3.1 vs HISTORY in asset_hat-0.4.0

- old
+ new

@@ -1,6 +1,16 @@ = HISTORY +== Version 0.4.0 (2011-05-06) +* FEATURE: Added Rails 3 support. +* FEATURE: Added support for loading JavaScript files via LABjs: + `<%= include_js :jquery, :bundles => %[plugins app], :loader => :lab_js %>`. + (Provides only basic LABjs support. To build custom JS logic, use the new + `:only_url` option.) +* FEATURE: Added support for getting asset URLs, e.g.: + `<%= include_css 'foo', :bundle => 'bar', :only_url => true %>`, + `<%= include_js :jquery, 'foo', :bundle => 'bar', :only_url => true %>`. + == Version 0.3.1 (2011-04-02) * IMPROVEMENT: Added tolerance for `.css` and `.js` extensions in assets.yml, even though you don't need them. * IMPROVEMENT: Added support for symbols as bundle names, e.g., `include_js :bundle => :application`. Thanks,