Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock committed Jun 12, 2012
1 parent 508597c commit 10e3117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<summary>An add-on which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing.</summary> <summary>An add-on which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing.</summary>
<tags>CSS Minification Sprites Website Performance Optimization Compression Minify Javascript Less DotLess Sass Coffee SassAndCoffee RequestReduce</tags> <tags>CSS Minification Sprites Website Performance Optimization Compression Minify Javascript Less DotLess Sass Coffee SassAndCoffee RequestReduce</tags>
<releaseNotes> <releaseNotes>
* upgrade to ajaxMin 4.48 * Fix bug creating requestReduce folder within a virtual app
* Fix issue with cache not refreshing upon deleting cache files
* upgrade to ajaxMin 4.55
* Background images with vertical offsets will have their offsets preserved if the containing selector has no explicit height. * Background images with vertical offsets will have their offsets preserved if the containing selector has no explicit height.
* upgrade to dotless 1.3.0.2 * upgrade to dotless 1.3.0.2
* Append all bundled javascript with a semicolon. Not just ones ending in } or ) * Append all bundled javascript with a semicolon. Not just ones ending in } or )
Expand Down
4 changes: 3 additions & 1 deletion RequestReduce/Nuget/RequestReduce.nuspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
<summary>RequestReduce is a .Net Library and HttpModule providing automatic CSS background image optimization and spriting as well as CSS and Javascript merging and minification.</summary> <summary>RequestReduce is a .Net Library and HttpModule providing automatic CSS background image optimization and spriting as well as CSS and Javascript merging and minification.</summary>
<tags>CSS Minification Sprites Website Performance Optimization Compression Minify Javascript YSLOW AjaxMin ASP.NET Speed Combine</tags> <tags>CSS Minification Sprites Website Performance Optimization Compression Minify Javascript YSLOW AjaxMin ASP.NET Speed Combine</tags>
<releaseNotes> <releaseNotes>
* Fix issue when calling HandlerFactory within a virtual app
* Fix issue with cache not refreshing upon deleting cache files
* Fix mal construction of rewritten URLs * Fix mal construction of rewritten URLs
* support a true Module Less install by manually attaching filter and remaping request to RR Handlers * support a true Module Less install by manually attaching filter and remaping request to RR Handlers
* Process xhtml * Process xhtml
* Upgrade to AjaxMin 4.53 * Upgrade to AjaxMin 4.55
* Allow custom minifiers to inherit default Minifier * Allow custom minifiers to inherit default Minifier
* Added ignoreNearFutureJavascriptDisabled which turns off the exclusion of Javascript that has a max-age or expiration of less than a week * Added ignoreNearFutureJavascriptDisabled which turns off the exclusion of Javascript that has a max-age or expiration of less than a week
* Background images with vertical offsets will have their offsets preserved if the containing selector has no explicit height. * Background images with vertical offsets will have their offsets preserved if the containing selector has no explicit height.
Expand Down

0 comments on commit 10e3117

Please sign in to comment.