This release focuses on internal quality improvements and metadata completeness over v1.0.0.
🚀 Enhancements
TryParseJsonLike
NormalizeOptionalText
InvokeConsoleOptionalLabel
ℹ️ Additional Info
No functional changes were introduced to the public console behavior.
New features:
console.trace(): Outputs a complete stack trace to the web console, allowing developers to see the exact execution path and which OutSystems visual logic nodes triggered a specific log or event.
Improvements
console.debug(): Enhanced logging logic to suppress empty JSON structures and undefined values, ensuring the console remains clean when no data is present.
console.debug()
Breaking Changes
console.debug(): The DataJSON (Text) variable has been replaced by Values (Text List).
DataJSON
Values