Skip to content

Commit

Permalink
Version 1.12.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Sep 11, 2021
1 parent 04e5fa6 commit 7da90c9
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change log
==========

## v1.12.39 - September 11, 2021
* In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of TypeScript translator and Closure remote JS minifier
* In BundleTransformer.TypeScript:
* Added support of the TypeScript version 4.4 RTM (please note: The 4.4 RTM release is also called '4.4.2')
* In configuration settings of TypeScript translator was added two new properties: `ExactOptionalPropertyTypes` (default `false`) or `UseUnknownInCatchVariables` (default `false`)
* In BundleTransformer.Autoprefixer added support of the Autoprefixer version 10.3.4.0
* In BundleTransformer.Closure:
* Fixed a [error #52](https://github.com/Taritsyn/BundleTransformer/issues/52) “Closure doesn't support ECMASCRIPT6/ECMASCRIPT6_STRICT on remote plugin”
* In configuration settings of Closure remote JS minifier was added one new property - `LanguageOutput` (default `None`)
* In BundleTransformer.NUglify added support of the NUglify version 1.16.0

## v1.12.38 - July 3, 2021
* In BundleTransformer.TypeScript added support of the TypeScript version 4.3.5
* In BundleTransformer.NUglify added support of the NUglify version 1.13.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("d858d771-b511-4517-bc9a-6feb6d0c4c3e")]

[assembly: AssemblyVersion("1.12.38.0")]
[assembly: AssemblyFileVersion("1.12.38.0")]
[assembly: AssemblyVersion("1.12.39.0")]
[assembly: AssemblyFileVersion("1.12.39.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Autoprefixer</Product>
<VersionPrefix>1.12.35</VersionPrefix>
<VersionPrefix>1.12.39</VersionPrefix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.Autoprefixer/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: Autoprefixer v1.12.35
README file for Bundle Transformer: Autoprefixer v1.12.39

--------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Closure</Product>
<VersionPrefix>1.12.0</VersionPrefix>
<VersionPrefix>1.12.39</VersionPrefix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.Closure/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: Closure v1.12.0
README file for Bundle Transformer: Closure v1.12.39

--------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: IntelliSense</Product>
<VersionPrefix>1.12.37</VersionPrefix>
<VersionPrefix>1.12.39</VersionPrefix>
<TargetFramework>net40</TargetFramework>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.ConfigurationIntelliSense/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: IntelliSense v1.12.37
README file for Bundle Transformer: IntelliSense v1.12.39

--------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: NUglify</Product>
<VersionPrefix>1.12.38</VersionPrefix>
<VersionPrefix>1.12.39</VersionPrefix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.NUglify/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: NUglify v1.12.38
README file for Bundle Transformer: NUglify v1.12.39

--------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: TypeScript</Product>
<VersionPrefix>1.12.38</VersionPrefix>
<VersionPrefix>1.12.39</VersionPrefix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.TypeScript/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: TypeScript v1.12.38
README file for Bundle Transformer: TypeScript v1.12.39

--------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Tests</Product>
<VersionPrefix>1.12.38</VersionPrefix>
<VersionPrefix>1.12.39</VersionPrefix>
<TargetFramework>net452</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 7da90c9

Please sign in to comment.