Skip to content

Releases: Taritsyn/BundleTransformer

v1.12.39

11 Sep 19:14
Compare
Choose a tag to compare

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 (default false) and UseUnknownInCatchVariables (default false)
  • 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 (default None)

NuGet Packages

Core
Translators
Postprocessors
Minifiers

v1.13.0 Preview 2

29 Jul 17:17
Compare
Choose a tag to compare
v1.13.0 Preview 2 Pre-release
Pre-release

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:

  1. Update the BundleTransformer.SassAndScss package to latest preview version.
  2. Uninstall the LibSassHost and LibSassHost.Native.* packages if necessary.
  3. Remove the precision and sourceComments attributes from the /configuration/bundleTransformer/sassAndScss configuration element in the Web.config file.
  4. Install one of the following packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes), JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.
  5. Register a JS engine.
  6. Set a name of JS engine (for example, MsieJsEngine) to the name attribute of /configuration/bundleTransformer/sassAndScss/jsEngine configuration element in the Web.config file.

NuGet Packages

Translators

v1.13.0 Preview 1

24 Jul 18:44
Compare
Choose a tag to compare
v1.13.0 Preview 1 Pre-release
Pre-release

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 and SourceComments

Steps required to update the BundleTransformer.SassAndScss module to version 1.13.X:

  1. Update the BundleTransformer.SassAndScss package to latest preview version.
  2. Uninstall the LibSassHost and LibSassHost.Native.* packages if necessary.
  3. Remove the precision and sourceComments attributes from the /configuration/bundleTransformer/sassAndScss configuration element in the Web.config file.
  4. Install one of the following packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes) or JavaScriptEngineSwitcher.ChakraCore.
  5. Register a JS engine.
  6. Set a name of JS engine (for example, MsieJsEngine) to the name attribute of /configuration/bundleTransformer/sassAndScss/jsEngine configuration element in the Web.config file.

NuGet Packages

Core
Translators

v1.12.38

03 Jul 18:04
Compare
Choose a tag to compare

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
Minifiers

v1.12.37

01 Jun 18:23
Compare
Choose a tag to compare

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 (default false)

NuGet Packages

Core
Translators

v1.12.36

23 May 08:54
Compare
Choose a tag to compare

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
Minifiers

v1.12.35

13 May 17:49
Compare
Choose a tag to compare

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
Minifiers

v1.12.34

08 Apr 16:43
Compare
Choose a tag to compare

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
Minifiers

v1.12.33

08 Mar 18:26
Compare
Choose a tag to compare

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

v1.12.32

24 Feb 18:58
Compare
Choose a tag to compare

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 (default false)
  • In BundleTransformer.NUglify added support of the NUglify version 1.13.3

NuGet Packages

Core
Translators
Minifiers