The VariableFormatValue schema now includes an 'automatic' option for the convertToNumber property, which enables automatic decimal separator detection when formatting variables. On the reporting side, the CompilerErrorLite schema has undergone a major reduction, with the removal of the errorMessage field and nearly 50 specific errorType enum values (such as invalidRegex, macroCycle, and jsCompilerError). Developers relying on these granular error codes for automated container validation or debugging tools should review their implementations.
Breaking Change
Docs