Skip to content

Commit e1d7acd

Browse files
committed
Version 2.16.0
1 parent 81f0ac1 commit e1d7acd

File tree

64 files changed

+110
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+110
-108
lines changed

CHANGELOG.md

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

4+
## v2.16.0 - February 28, 2024
5+
* Added support of JavaScript code minification in the `script` tags with `module`, `text/x-javascript`, `text/x-ecmascript`, `application/x-javascript` and `application/x-ecmascript` types
6+
* Added support of JSON data minification in the `script` tags with `importmap` and `speculationrules` types
7+
* The `nomodule` attribute is now processed as a Boolean attribute
8+
* In WebMarkupMin.NUglify added support for the NUglify version 1.21.4
9+
* In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.27
10+
* In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.16
11+
* In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.2
12+
413
## v2.15.3 - January 12, 2024
514
* In WebMarkupMin.NUglify added support for the NUglify version 1.21.2
615
* In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.26

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

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

3+
<h3>2.16.0 - February 28, 2024</h3>
4+
<ul>
5+
<li>Added support of JavaScript code minification in the <code>script</code> tags with <code>module</code>, <code>text/x-javascript</code>, <code>text/x-ecmascript</code>, <code>application/x-javascript</code> and <code>application/x-ecmascript</code> types</li>
6+
<li>Added support of JSON data minification in the <code>script</code> tags with <code>importmap</code> and <code>speculationrules</code> types</li>
7+
<li>The <code>nomodule</code> attribute is now processed as a Boolean attribute</li>
8+
<li>In WebMarkupMin.NUglify added support for the NUglify version 1.21.4</li>
9+
<li>In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.27</li>
10+
<li>In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.16</li>
11+
<li>In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.2</li>
12+
</ul>
13+
314
<h3>2.15.3 - January 12, 2024</h3>
415
<ul>
516
<li>In WebMarkupMin.NUglify added support for the NUglify version 1.21.2</li>
@@ -45,7 +56,7 @@ <h3>2.14.1 - June 27, 2023</h3>
4556

4657
<h3>2.14.0 - May 24, 2023</h3>
4758
<ul>
48-
<li>In HTML and XHTML minification settings was added one new property - `AttributeQuotesStyle` (default `Auto`)</li>
59+
<li>In HTML and XHTML minification settings was added one new property - <code>AttributeQuotesStyle</code> (default <code>Auto</code>)</li>
4960
<li>In WebMarkupMin.NUglify added support of the NUglify version 1.20.7</li>
5061
<li>In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.16</li>
5162
<li>In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.5</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.15.3.0")]
17-
[assembly: AssemblyFileVersion("2.15.3.0")]
16+
[assembly: AssemblyVersion("2.16.0.0")]
17+
[assembly: AssemblyFileVersion("2.16.0.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.15.3",
4+
"version": "2.16.0",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/WebMarkupMin.Sample.AspNet4.WebPages2/Web.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@
4848
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
4949
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
5050
</dependentAssembly>
51+
<dependentAssembly>
52+
<assemblyIdentity name="NUglify" culture="neutral" publicKeyToken="15bc7810aec21b5e" />
53+
<bindingRedirect oldVersion="0.0.0.0-1.21.4.0" newVersion="1.21.4.0" />
54+
</dependentAssembly>
55+
<dependentAssembly>
56+
<assemblyIdentity name="AdvancedStringBuilder" culture="neutral" publicKeyToken="e818a2fc08933ddb" />
57+
<bindingRedirect oldVersion="0.0.0.0-0.1.1.0" newVersion="0.1.1.0" />
58+
</dependentAssembly>
5159
<dependentAssembly>
5260
<assemblyIdentity name="JavaScriptEngineSwitcher.Core" publicKeyToken="c608b2a8cc9e4472" culture="neutral" />
5361
<bindingRedirect oldVersion="0.0.0.0-3.21.0.0" newVersion="3.21.0.0" />
Binary file not shown.

samples/WebMarkupMin.Sample.AspNet4.WebPages2/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="AdvancedStringBuilder" version="0.1.0" targetFramework="net40" />
3+
<package id="AdvancedStringBuilder" version="0.1.1" targetFramework="net40" />
44
<package id="AjaxMin" version="5.14.5506.26202" targetFramework="net40" />
55
<package id="Antlr" version="3.5.0.2" targetFramework="net40" />
66
<package id="BrotliSharpLib" version="0.3.3" targetFramework="net40" />
@@ -17,8 +17,8 @@
1717
<package id="Modernizr" version="2.8.3" targetFramework="net40" />
1818
<package id="MsieJavaScriptEngine" version="3.2.4" targetFramework="net40" />
1919
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net40" />
20-
<package id="NUglify" version="1.21.2" targetFramework="net40" />
21-
<package id="PolyfillsForOldDotNet.System.Threading" version="0.1.1" targetFramework="net40" />
20+
<package id="NUglify" version="1.21.4" targetFramework="net40" />
21+
<package id="PolyfillsForOldDotNet.System.Threading" version="0.1.2" targetFramework="net40" />
2222
<package id="Twitter.Bootstrap.Less" version="3.3.0" targetFramework="net40" />
2323
<package id="WebGrease" version="1.6.0" targetFramework="net40" />
2424
</packages>

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.15.3.0")]
17-
[assembly: AssemblyFileVersion("2.15.3.0")]
16+
[assembly: AssemblyVersion("2.16.0.0")]
17+
[assembly: AssemblyFileVersion("2.16.0.0")]

0 commit comments

Comments
 (0)