v0.0.9 - Sep 18, 2011 --------------------- ### Fixed: * Fixed a bad route terminating issue. (#9) * Fix the Rake task when the main App class is in a module. (#11) ### Changed: * Use Sinatra's `template_cache`. This makes AssetPack honor Sinatra's `reload_templates` setting. (#15) ### Added: * Added .htc (IE behavior files) to the list of file formats to be served. * Added examples. v0.0.8 - Sep 06, 2011 --------------------- ### Fixed: * Fixed the CSS preprocessing bug that gives invalid 'url()' properties to non-existing images. Closes #1. ### Added: * Allow adding CSS/JS files that don't exist. Closes #8. * Support any Tilt-compatible CSS or JS engine. Related to #5. ### Changed: * Default to '/assets/x.js' then using assets.css without a path. Inspiration from Jammit. * Ask browsers to cache assets for 1 month. ### Misc: * Add a note on the ImageMagick requirement. * Stop the 'img' helper from invoking ImageMagick more times than it needs to. * Make "rake test!" abort when it encounters an error. * Stylus tests to stub stylus compilation. * Added .rvmrc and .sass-cache to gitignore. * Allow overridable multiple RVM environments in tests. v0.0.6 - Aug 30, 2011 --------------------- ### Fixed: * Redundant entries are now suppressed. (eg, when specifying `['vendor/jquery.js', 'vendor/*.js']`) ### Added: * Allow a parameter to the block in the `assets` configuration block. * Update README with lots of info. * Allow multiple packages in the js and css helpers. (eg, `css :base, :login`) * Allow setting options for `js_compression` by passing a hash after it. * Make the path parameter in `js` and `css` in the `assets` block optional. v0.0.5 - Aug 30, 2011 --------------------- ### Fixed: * Fix build failing when it finds directories. ### Added: * Added an example app in `example/`. v0.0.4 - Aug 30, 2011 --------------------- ### Fixed: * Ruby 1.8 compatibility. Yay! * Fixed images always being square. * Assets are now ordered properly. ### Changed: * the config format for `js_compression` and family. In your `assets` block, you now have to use `js_compression :closure` instead of `js_compression = :closure`. * Use simple CSS compression by default. v0.0.3 - Aug 30, 2011 --------------------- ### Added: * Images in CSS defined in `url(...)` params are now cache-busted. * Add support for embedded images in CSS. * `rake assetpack:build` now also outputs images. v0.0.2 - Aug 29, 2011 --------------------- ### Added: * Added the `img` helper. * Added support for filetypes used in @font-face. ### Fixed: * The gem now installs the correct dependencies. v0.0.1 - Aug 29, 2011 --------------------- Initial release.