Releases: XRM-OSS/Xrm-Templating-Language
Release v3.9.17
✨ Add 'With' function to be able to save expressions into variables to reuse them
Release v3.9.16
✨ Reintroduce FormatString in a safe and user friendly manner, you can build a formatted string and access parameters using $index, like $0, $1, ...
Release v3.9.15
🐛 Bugfix: Deprecating FormatString, user experience is bad due to escaping curly braces (with double curly braces) clashing with the TokenMatcher. We'll come back with a better user experience.
Release v3.9.14
🐛 Bugfix: Fix handling of escape characters in strings
✨ Added FormatString function for formatting whole strings with parameters whereas the existing Format function formats only a single value
✨ Added OutputParameters to InterpreterConfig to support additional output
Release v3.9.13
🐛 Bugfix: Fix issue in execution of custom handlers
v3.9.12
✨ Allow overwriting default function handlers and adding new ones
Release v3.9.11
✨ Performance improvements
Release v3.9.10
✨ New Feature: Allow for custom snippet table
Release v3.9.9
✨ New Feature: Nuget to support all C# framework versions
Release v3.9.8
🐛 Bugfix: Added missing files to nuget package