v1.9.162
Version: 1.9.162
Published: 6/29/2017
Change Set: d6c0d8a
- In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of TypeScript translator and Uglify JS minifier
- In BundleTransformer.TypeScript:
- Added support of TypeScript version 2.4 RTM (please note: The 2.4 RTM release is also called '2.4.1')
- In configuration settings of TypeScript translator was added one new property -
NoStrictGenericChecks
(defaultfalse
)
- In BundleTransformer.UglifyJs:
- Added support of UglifyJS version 2.8.29
- In code generation settings was changed a default value of
InlineScript
property fromfalse
totrue
- In compression settings was changed a default value of
CollapseVars
property fromfalse
totrue
- In compression settings was added 7 new properties:
KeepInfinity
(defaultfalse
),ReduceVars
(defaulttrue
),TopLevel
(defaultfalse
),TopRetain
(default empty string),UnsafeMath
(defaultfalse
),UnsafeProto
(defaultfalse
) andUnsafeRegExp
(defaultfalse
)
NuGet Packages
Core
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 2.4 RTM
Minifiers
- Bundle Transformer: UglifyJS contains adapter for the Mihai Bazon's UglifyJS version 2.8.29