Skip to content

Commit

Permalink
Version 1.9.215
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Nov 11, 2018
1 parent 36700de commit 321d807
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
==========

## v1.9.215 - November 11, 2018
* In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of LESS translator
* In BundleTransformer.Less:
* Added support of LESS version 3.8.1
* In configuration settings of LESS translator the `StrictMath` property has been replaced by the `Math` property (default `Always`)
* In BundleTransformer.Autoprefixer added support of Autoprefixer version 9.3.1

## v1.9.214 - October 16, 2018
* In BundleTransformer.Autoprefixer added support of Autoprefixer version 9.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BundleTransformer.Autoprefixer</id>
<version>1.9.214</version>
<version>1.9.215</version>
<title>Bundle Transformer: Autoprefixer</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
Expand Down
6 changes: 3 additions & 3 deletions NuGet/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.9.214
README file for Bundle Transformer: Autoprefixer v1.9.215

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

Expand All @@ -28,8 +28,8 @@
POST-INSTALL ACTIONS
====================
For correct working of this module, you need to install one of the following
NuGet packages: JavaScriptEngineSwitcher.Msie, JavaScriptEngineSwitcher.V8 or
JavaScriptEngineSwitcher.ChakraCore.
NuGet packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes),
JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.
After package is installed and JS engine is registered
(https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/Registration-of-JS-engines),
need set a name of JS engine (for example, `MsieJsEngine`) to the `name`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BundleTransformer.ConfigurationIntelliSense</id>
<version>1.9.213</version>
<version>1.9.215</version>
<title>Bundle Transformer: IntelliSense</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: IntelliSense v1.9.213
README file for Bundle Transformer: IntelliSense v1.9.215

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

Expand Down
4 changes: 2 additions & 2 deletions NuGet/BundleTransformer.Less/BundleTransformer.Less.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BundleTransformer.Less</id>
<version>1.9.205</version>
<version>1.9.215</version>
<title>Bundle Transformer: LESS</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
Expand All @@ -14,7 +14,7 @@

BundleTransformer.Less does not support loading of plugins.

As a JS engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working of this module, you need to install one of the following NuGet packages: JavaScriptEngineSwitcher.Msie, JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.</description>
As a JS engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working of this module, you need to install one of the following NuGet packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes), JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.</description>
<summary>BundleTransformer.Less contains one translator-adapter - `LessTranslator` (supports the LESS version 3.8.1). This adapter makes translation of LESS code to CSS code. Also contains the `LessAssetHandler` debugging HTTP handler, which is responsible for text output of translated LESS asset.</summary>
<releaseNotes>1. Added support of LESS version 3.8.1;
2. In configuration settings of LESS translator the `StrictMath` property has been replaced by the `Math` property (default `Always`).</releaseNotes>
Expand Down
6 changes: 3 additions & 3 deletions NuGet/BundleTransformer.Less/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: LESS v1.9.205
README file for Bundle Transformer: LESS v1.9.215

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

Expand Down Expand Up @@ -33,8 +33,8 @@
POST-INSTALL ACTIONS
====================
For correct working of this module, you need to install one of the following
NuGet packages: JavaScriptEngineSwitcher.Msie, JavaScriptEngineSwitcher.V8 or
JavaScriptEngineSwitcher.ChakraCore.
NuGet packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes),
JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.
After package is installed and JS engine is registered
(https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/Registration-of-JS-engines),
need set a name of JS engine (for example, `MsieJsEngine`) to the `name`
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.9.214.0")]
[assembly: AssemblyFileVersion("1.9.214.0")]
[assembly: AssemblyVersion("1.9.215.0")]
[assembly: AssemblyFileVersion("1.9.215.0")]
4 changes: 2 additions & 2 deletions src/BundleTransformer.Autoprefixer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("bd3de654-42d3-4791-a5c2-9f30b70b01d7")]

[assembly: AssemblyVersion("1.9.214.0")]
[assembly: AssemblyFileVersion("1.9.214.0")]
[assembly: AssemblyVersion("1.9.215.0")]
[assembly: AssemblyFileVersion("1.9.215.0")]
4 changes: 2 additions & 2 deletions src/BundleTransformer.Less/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("365cd5f0-33c6-4b90-9cd7-bf372ce178b8")]

[assembly: AssemblyVersion("1.9.205.0")]
[assembly: AssemblyFileVersion("1.9.205.0")]
[assembly: AssemblyVersion("1.9.215.0")]
[assembly: AssemblyFileVersion("1.9.215.0")]
37 changes: 37 additions & 0 deletions src/BundleTransformer.Less/Resources/less-combined.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
/*!
* Object.assign polyfill
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
*/
if (!Object.hasOwnProperty('assign')) {
Object.assign = function (target) {
var result,
argIndex,
argCount,
nextSource,
propName,
methodName = 'Object.assign'
;

if (typeof target === 'undefined' || target === null) {
throw new TypeError(methodName + ': argument is not an Object.');
}

result = Object(target);
argCount = arguments.length;

for (argIndex = 1; argIndex < argCount; argIndex++) {
nextSource = arguments[argIndex];

if (typeof nextSource !== 'undefined' && nextSource !== null) {
for (propName in nextSource) {
if (Object.prototype.hasOwnProperty.call(nextSource, propName)) {
result[propName] = nextSource[propName];
}
}
}
}

return result;
};
}

/*!
* Less - Leaner CSS v3.8.1
* http://lesscss.org
Expand Down
4 changes: 2 additions & 2 deletions test/BundleTransformer.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("65eaf733-8f41-42c3-8330-877be4aca5ca")]

[assembly: AssemblyVersion("1.9.214.0")]
[assembly: AssemblyFileVersion("1.9.214.0")]
[assembly: AssemblyVersion("1.9.215.0")]
[assembly: AssemblyFileVersion("1.9.215.0")]

0 comments on commit 321d807

Please sign in to comment.