Skip to content

Commit fa86830

Browse files
committed
Version 2.5.4
1 parent 3fd35f5 commit fa86830

File tree

16 files changed

+30
-16
lines changed

16 files changed

+30
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
==========
33

4+
## v2.5.4 - October 24, 2018
5+
* Fixed a error that occurred when removing quotes from attribute with an empty value
6+
* `RemoveEndingSemicolon` method of `Utils` class was renamed to the `RemoveEndingSemicolons` (implementation has also been changed)
7+
* Mads Kristensen's CSS minifier has been refactored
8+
* Improved performance of adapter for the Douglas Crockford's JS minifier
9+
410
## v2.5.3 - October 13, 2018
511
* Improved performance of markup minification
612
* In WebMarkupMin.AspNet.Brotli:

samples/SharedData/text-content/change-log.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<p>An overview of new features and fixes:</p>
22

3+
<h3>2.5.4 - October 24, 2018</h3>
4+
<ul>
5+
<li>Fixed a error that occurred when removing quotes from attribute with an empty value</li>
6+
<li><code>RemoveEndingSemicolon</code> method of <code>Utils</code> class was renamed to the <code>RemoveEndingSemicolons</code> (implementation has also been changed)</li>
7+
<li>Mads Kristensen's CSS minifier has been refactored</li>
8+
<li>Improved performance of adapter for the Douglas Crockford's JS minifier</li>
9+
</ul>
10+
311
<h3>2.5.3 - October 13, 2018</h3>
412
<ul>
513
<li>Improved performance of markup minification</li>

samples/WebMarkupMin.Sample.AspNet4.Mvc4/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("d94caf32-2855-453e-a282-60f6b5cc7955")]
1515

16-
[assembly: AssemblyVersion("2.5.3.0")]
17-
[assembly: AssemblyFileVersion("2.5.3.0")]
16+
[assembly: AssemblyVersion("2.5.4.0")]
17+
[assembly: AssemblyFileVersion("2.5.4.0")]

samples/WebMarkupMin.Sample.AspNet4.Mvc4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webmarkupmin.sample.aspnet4.mvc4",
33
"private": true,
4-
"version": "2.5.3",
4+
"version": "2.5.4",
55
"devDependencies": {
66
"gulp": "3.9.1",
77
"del": "3.0.0",

samples/WebMarkupMin.Sample.AspNet45.WebForms/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("ead85e04-c167-496e-ad08-476c85e44289")]
1515

16-
[assembly: AssemblyVersion("2.5.3.0")]
17-
[assembly: AssemblyFileVersion("2.5.3.0")]
16+
[assembly: AssemblyVersion("2.5.4.0")]
17+
[assembly: AssemblyFileVersion("2.5.4.0")]

samples/WebMarkupMin.Sample.AspNetCore1.Mvc1/WebMarkupMin.Sample.AspNetCore1.Mvc1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>Web Markup Minifier: Sample ASP.NET Core 1.0 MVC 1 Site</Product>
5-
<VersionPrefix>2.5.3</VersionPrefix>
5+
<VersionPrefix>2.5.4</VersionPrefix>
66
<TargetFramework>netcoreapp1.0</TargetFramework>
77
<RuntimeFrameworkVersion>1.0.9</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>

samples/WebMarkupMin.Sample.AspNetCore1.Mvc1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webmarkupmin.sample.aspnetcore1.mvc1",
33
"private": true,
4-
"version": "2.5.3",
4+
"version": "2.5.4",
55
"devDependencies": {
66
"gulp": "3.9.1",
77
"del": "3.0.0",

samples/WebMarkupMin.Sample.AspNetCore1Full.Mvc1/WebMarkupMin.Sample.AspNetCore1Full.Mvc1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>Web Markup Minifier: Sample ASP.NET Core 1.0 Full MVC 1 Site</Product>
5-
<VersionPrefix>2.5.3</VersionPrefix>
5+
<VersionPrefix>2.5.4</VersionPrefix>
66
<TargetFramework>net452</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/WebMarkupMin.Sample.AspNetCore1Full.Mvc1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webmarkupmin.sample.aspnetcore1full.mvc1",
33
"private": true,
4-
"version": "2.5.3",
4+
"version": "2.5.4",
55
"devDependencies": {
66
"gulp": "3.9.1",
77
"del": "3.0.0",

samples/WebMarkupMin.Sample.AspNetCore2.Mvc2/WebMarkupMin.Sample.AspNetCore2.Mvc2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>Web Markup Minifier: Sample ASP.NET Core 2.0 MVC 2 Site</Product>
5-
<VersionPrefix>2.5.3</VersionPrefix>
5+
<VersionPrefix>2.5.4</VersionPrefix>
66
<TargetFramework>netcoreapp2.0</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)