Skip to content

v1.7.1.2

Compare
Choose a tag to compare
@Shazwazza Shazwazza released this 30 Apr 04:02
· 174 commits to master since this release

Fixes an issue with determining if a URI is a local one, this may also slightly improve performance in some installs.

Adds an event to the ClientDependencyModule named ApplyingResponseFilter which can be used to cancel any applied filter based on any information provided in the event. This can be helpful if CDF is trying to apply a filter to a response that already has a filter applied and that shouldn't be processed by CDF. An example could be an already compressed resource output by an MVC action that shouldn't be processed by CDF.

Install with Nuget:

PM> Install-Package ClientDependency
PM> Install-Package ClientDependency-Mvc
PM> Install-Package ClientDependency-Less
PM> Install-Package ClientDependency-TypeScript
PM> Install-Package ClientDependency-Sass
PM> Install-Package ClientDependency-Coffee