Skip to content

Releases: Taritsyn/BundleTransformer

v1.17.0

03 Apr 16:26

Choose a tag to compare

Version: 1.17.0
Published: 4/3/2026
Change Set: c018424

  • In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of the TypeScript translator
  • In BundleTransformer.SassAndScss added support for the Dart Sass version 1.98.0
  • In BundleTransformer.TypeScript:
    • Added support for the TypeScript version 6.0 RTM
    • In configuration settings of the TypeScript translator:
      • Become obsolete the DownlevelIteration property and the EcmaScript5 value of the Target property
      • Changed the default values of nine properties from false to true: AlwaysStrict, NoImplicitAny, NoImplicitThis, StrictBindCallApply, StrictBuiltinIteratorReturn, StrictFunctionTypes, StrictNullChecks, StrictPropertyInitialization and UseUnknownInCatchVariables
      • Changed the default value of the Target property from EcmaScript5 to EcmaScript2015
      • Added one new property - StableTypeOrdering (default false)

NuGet Packages

Core
Translators

v1.16.1

05 Mar 16:46

Choose a tag to compare

Version: 1.16.1
Published: 3/5/2026
Change Set: cf92c22

  • In BundleTransformer.SassAndScss added support for the Dart Sass version 1.97.3
  • In BundleTransformer.Autoprefixer added support for the Autoprefixer version 10.4.27.0
  • In BundleTransformer.JsMin added support for the JSMin version of February 25, 2026

NuGet Packages

Translators
Postprocessors
Minifiers

v1.16.0

15 Jan 15:34

Choose a tag to compare

Version: 1.16.0
Published: 1/15/2026
Change Set: 42aa412

  • In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of the Sass and SCSS translator
  • In BundleTransformer.SassAndScss:
    • Added support for the Dart Sass version 1.97.2
    • In configuration settings of the Sass and SCSS translator become obsolete three properties: IndentType, IndentWidth and LineFeedType

Steps required to update the BundleTransformer.SassAndScss module to version 1.16.0:

  1. Update the BundleTransformer.SassAndScss and BundleTransformer.ConfigurationIntelliSense packages to latest versions.
  2. Remove the indentType , indentWidth and lineFeedType attributes from the /configuration/bundleTransformer/sassAndScss configuration element in the Web.config file.

NuGet Packages

Core
Translators

v1.15.6

03 Jan 16:53

Choose a tag to compare

Version: 1.15.6
Published: 1/3/2026
Change Set: 493a97b

  • In BundleTransformer.TypeScript added support for the TypeScript version 5.9.3
  • In BundleTransformer.Autoprefixer added support for the Autoprefixer version 10.4.23.0

NuGet Packages

Translators
Postprocessors

v1.15.5

05 Aug 17:39

Choose a tag to compare

Version: 1.15.5
Published: 8/5/2025
Change Set: 00b29fa

  • In BundleTransformer.SassAndScss added support for the Dart Sass version 1.89.2
  • In BundleTransformer.TypeScript added support for the TypeScript version 5.9 RTM (please note: The 5.9 RTM release is also called '5.9.2')
  • In BundleTransformer.NUglify added support for the NUglify version 1.21.17

NuGet Packages

Translators
Minifiers

v1.15.4

11 Jun 16:48

Choose a tag to compare

Version: 1.15.4
Published: 6/11/2025
Change Set: 918fe28

  • In BundleTransformer.TypeScript added support for the TypeScript version 5.8.3
  • In BundleTransformer.Autoprefixer added support for the Autoprefixer version 10.4.21.0
  • In BundleTransformer.NUglify added support for the NUglify version 1.21.15

NuGet Packages

Translators
Postprocessors
Minifiers

v1.15.3

05 Mar 12:03

Choose a tag to compare

Version: 1.15.3
Published: 3/5/2025
Change Set: 7bb84d1

  • In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of the Sass and SCSS translator
  • In BundleTransformer.SassAndScss:
    • Added support for the Dart Sass version 1.83.4
    • In configuration settings of the Sass and SCSS translator was added four new properties: FatalDeprecations (default empty string), FutureDeprecations (default empty string), QuietDependencies (default false) and SilenceDeprecations (default empty string)
  • In BundleTransformer.TypeScript added support for the TypeScript version 5.8 RTM (please note: The 5.8 RTM release is also called '5.8.2')
  • In BundleTransformer.Autoprefixer was updated the Autoprefixer Host to version 3.1.0
  • In BundleTransformer.NUglify added support for the NUglify version 1.21.13

NuGet Packages

Core
Translators
Postprocessors
Minifiers

v1.15.2

02 Dec 15:38

Choose a tag to compare

Version: 1.15.2
Published: 12/2/2024
Change Set: 4504dfc

  • In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of the TypeScript translator
  • In BundleTransformer.TypeScript added support for the TypeScript version 5.7 RTM (please note: The 5.7 RTM release is also called '5.7.2')
  • In BundleTransformer.NUglify added support for the NUglify version 1.21.10

NuGet Packages

Core
Translators
Minifiers

v1.15.1

21 Sep 17:05

Choose a tag to compare

Version: 1.15.1
Published: 9/21/2024
Change Set: 13fbad0

  • In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of the TypeScript translator
  • In BundleTransformer.TypeScript:
    • Added support for the TypeScript version 5.6 RTM (please note: The 5.6 RTM release is also called '5.6.2')
    • In configuration settings of the TypeScript translator was added one new property - StrictBuiltinIteratorReturn (default false)

NuGet Packages

Core
Translators

v1.15.0

14 Aug 18:21

Choose a tag to compare

Version: 1.15.0
Published: 8/14/2024
Change Set: e97884a

  • In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of the TypeScript translator
  • In BundleTransformer.TypeScript:
    • Added support for the TypeScript version 5.5.4
    • In configuration settings of the TypeScript translator:
      • Become obsolete four properties: KeyofStringsOnly, NoStrictGenericChecks, SuppressExcessPropertyErrors and SuppressImplicitAnyIndexErrors, and also the EcmaScript3 value of the Target property
      • Added one new property - NoCheck (default false)
  • In BundleTransformer.Autoprefixer added support for the Autoprefixer version 10.4.20.0
  • In BundleTransformer.NUglify added support for the NUglify version 1.21.9

NuGet Packages

Core
Translators
Postprocessors
Minifiers