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