Releases: Taritsyn/BundleTransformer
v1.12.39
Version: 1.12.39
Published: 9/11/2021
Change Set: 7da90c9
- 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
(defaultfalse
) andUseUnknownInCatchVariables
(defaultfalse
)
- In BundleTransformer.Autoprefixer added support of the Autoprefixer version 10.3.4.0
- In BundleTransformer.NUglify added support of the NUglify version 1.16.0
- In BundleTransformer.Closure:
- Fixed a error #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
(defaultNone
)
NuGet Packages
Core
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.4 RTM
Postprocessors
- Bundle Transformer: Autoprefixer contains adapter for the Andrey Sitnik's Autoprefixer version 10.3.4.0
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.16.0
- Bundle Transformer: Closure contains adapters for the Google Closure Compiler Service API and the Google Closure Compiler Application
v1.13.0 Preview 2
Version: 1.13.0 Preview 2
Published: 7/29/2021
Change Set: 04e38c5
In BundleTransformer.SassAndScss:
- Added support of the Dart Sass version 1.36.0
- Now can use the JavaScriptEngineSwitcher.V8 as a JS engine
Steps required to update the BundleTransformer.SassAndScss module to version 1.13.X:
- Update the BundleTransformer.SassAndScss package to latest preview version.
- Uninstall the LibSassHost and LibSassHost.Native.* packages if necessary.
- Remove the
precision
andsourceComments
attributes from the/configuration/bundleTransformer/sassAndScss
configuration element in theWeb.config
file. - Install one of the following packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes), JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.
- Register a JS engine.
- Set a name of JS engine (for example,
MsieJsEngine
) to thename
attribute of/configuration/bundleTransformer/sassAndScss/jsEngine
configuration element in theWeb.config
file.
NuGet Packages
Translators
- Bundle Transformer: Sass and SCSS contains adapter for the Dart Sass version 1.36.0
v1.13.0 Preview 1
Version: 1.13.0 Preview 1
Published: 7/24/2021
Change Set: 2f79ee0
- In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of Sass and SCSS translator
- In BundleTransformer.SassAndScss:
- Now the Dart Sass Host library (requires installation and registration of the JS engine) is used instead of the LibSass Host
- In configuration settings of Sass and SCSS translator was added one new property -
JsEngine
- From configuration settings of Sass and SCSS translator was removed two properties:
Precision
andSourceComments
Steps required to update the BundleTransformer.SassAndScss module to version 1.13.X:
- Update the BundleTransformer.SassAndScss package to latest preview version.
- Uninstall the LibSassHost and LibSassHost.Native.* packages if necessary.
- Remove the
precision
andsourceComments
attributes from the/configuration/bundleTransformer/sassAndScss
configuration element in theWeb.config
file. - Install one of the following packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes) or JavaScriptEngineSwitcher.ChakraCore.
- Register a JS engine.
- Set a name of JS engine (for example,
MsieJsEngine
) to thename
attribute of/configuration/bundleTransformer/sassAndScss/jsEngine
configuration element in theWeb.config
file.
NuGet Packages
Core
Translators
- Bundle Transformer: Sass and SCSS contains adapter for the Dart Sass version 1.35.1
v1.12.38
Version: 1.12.38
Published: 7/3/2021
Change Set: de2db63
- In BundleTransformer.TypeScript added support of the TypeScript version 4.3.5
- In BundleTransformer.NUglify added support of the NUglify version 1.13.12
NuGet Packages
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.3.5
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.13.12
v1.12.37
Version: 1.12.37
Published: 6/1/2021
Change Set: 78afd78
- In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of TypeScript translator
- In BundleTransformer.TypeScript:
- Added support of the TypeScript version 4.3 RTM (please note: The 4.3 RTM release is also called '4.3.2')
- In configuration settings of TypeScript translator was added one new property -
NoImplicitOverride
(defaultfalse
)
NuGet Packages
Core
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.3 RTM
v1.12.36
Version: 1.12.36
Published: 5/23/2021
Change Set: 5ee76a1
- In BundleTransformer.SassAndScss added support of the LibSass version 3.6.5
- In BundleTransformer.NUglify added support of the NUglify version 1.13.11
NuGet Packages
Translators
- Bundle Transformer: Sass and SCSS contains adapter for the LibSass version 3.6.5
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.13.11
v1.12.35
Version: 1.12.35
Published: 5/13/2021
Change Set: dfb83a7
- In BundleTransformer.Autoprefixer added support of the Autoprefixer version 10.2.5.0
- In BundleTransformer.NUglify added support of the NUglify version 1.13.10
NuGet Packages
Postprocessors
- Bundle Transformer: Autoprefixer contains adapter for the Andrey Sitnik's Autoprefixer version 10.2.5.0
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.13.10
v1.12.34
Version: 1.12.34
Published: 4/8/2021
Change Set: 4f9547f
- In BundleTransformer.TypeScript added support of the TypeScript version 4.2.4
- In BundleTransformer.NUglify added support of the NUglify version 1.13.8
NuGet Packages
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.2.4
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.13.8
v1.12.33
Version: 1.12.33
Published: 3/8/2021
Change Set: e8d11e2
In BundleTransformer.TypeScript added support of the TypeScript version 4.2.3.
NuGet Packages
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.2.3
v1.12.32
Version: 1.12.32
Published: 2/24/2021
Change Set: df6c6fa
- In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of TypeScript translator
- In BundleTransformer.TypeScript:
- Added support of the TypeScript version 4.2 RTM (please note: The 4.2 RTM release is also called '4.2.2')
- In configuration settings of TypeScript translator was added one new property -
NoPropertyAccessFromIndexSignature
(defaultfalse
)
- In BundleTransformer.NUglify added support of the NUglify version 1.13.3
NuGet Packages
Core
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.2 RTM
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.13.3