HISTORY.md in sinatra-assetpack-0.0.10 vs HISTORY.md in sinatra-assetpack-0.0.11

- old
+ new

@@ -1,4 +1,23 @@ +v0.0.11 - Feb 21, 2012 +---------------------- + +### Added: + * Support for 'prebuild' to build on startup. + * Support for SVG files. + * Implement UglifyJS support. (#18) + * Implement ignored files. (#17) + * Added support classic-style Sinatra apps. (#22) + +### Changed: + * Built files from 'rake assetpack:build' now match the mtimes of their sources. (#12) + * Update the readme with a note on SASS compression. + * Use regular expression route matcher instead of splat pattern for Padrino compatibility. (#19) + * Made <link> and <script> tags (generated by helpers) be more HTML5-like. + +### Fixed: + * Sinatra >= 1.3.0 compatibility. Use 'public_folder' in Sinatra >=1.3.0. (#25) + v0.0.10 - Sep 18, 2011 ---------------------- ### Added: * Support for 'prebuild' to build on startup.